Zack Cerza
cc3d013e96
Merge pull request #196 from ceph/wip-6541-wusui
...
Fix docstrings in radosgw-admin-rest.py
2014-02-19 15:26:14 -06:00
Zack Cerza
8d85b21cae
Merge pull request #197 from ceph/wip-6535-wusui
...
Fix docstrings for task/blktrace.py, peering_speed_test.py, proc_thrashe...
2014-02-19 15:26:06 -06:00
Zack Cerza
f18dcf5bac
Merge pull request #198 from ceph/wip-6539-wusui
...
Fix docstrings and minor formatting in task/ssh_keys.py
2014-02-19 15:25:33 -06:00
Zack Cerza
9f953d42e6
Merge pull request #200 from ceph/wip-6532-wusui
...
Fixed task/args.py docstrings.
2014-02-19 15:23:37 -06:00
Zack Cerza
10fee0e368
Revert "Show hostname instead of IP in errors"
...
This reverts commit eafeece243
.
I was having problems with my newly-created devstack task hanging
inexplicably. It turns out this commit was responsible.
2014-02-19 13:20:52 -06:00
Samuel Just
2718dbc3b5
radosbench: simplify pool creation and add ec_pool support
...
Signed-off-by: Samuel Just <sam.just@inktank.com>
2014-02-18 13:19:52 -08:00
Samuel Just
e371565251
task/: add ec_pool and append to rados.py
...
Signed-off-by: Samuel Just <sam.just@inktank.com>
2014-02-18 13:19:52 -08:00
Alfredo Deza
4c930a0ac7
Revert "Capture stderr and include in CommandFailedError"
...
This reverts commit d0a4349231
.
2014-02-18 09:47:09 -05:00
Sage Weil
c93f14f24b
filestore_idempotent: filestore -> objectstore path change
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-18 04:54:12 -08:00
Sage Weil
3d0ce6936d
thrashosds: allow primary-affinity thrashing to be disabled
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-17 13:16:42 -08:00
Sage Weil
63ad9aaba0
thrashosds: randomly adjust primary_affinity
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-15 20:01:51 -08:00
Sage Weil
dc95aef24b
ceph.conf: mon osd allow primary affinity = true
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-15 20:01:48 -08:00
Warren Usui
64ff4ab0cb
Fixed task/args.py docstrings.
2014-02-14 17:28:38 -08:00
Warren Usui
6df622b353
Fix docstrings and minor formatting in task/ssh_keys.py
...
Fixes: 6539
Signed-off-by: Warren Usui <warren.usui@inktank.com>
2014-02-14 15:48:38 -08:00
Warren Usui
0af08071ac
Fix docstrings for task/blktrace.py, peering_speed_test.py, proc_thrasher.py and
...
recovery_bench.py.
Fixes: 6535
Signed-off-by: Warren Usui <warren.usui@inktank.com>
2014-02-14 15:13:01 -08:00
Warren Usui
ef97f0cda4
Fix docstrings in radosgw-admin-rest.py
...
Fixes: 6541
Signed-off-by: Warren Usui <warren.usui@inktank.com>
2014-02-14 13:57:03 -08:00
Zack Cerza
4015d61491
Merge pull request #188 from ceph/wip-calamari-onefile
...
Add Calamari test tasks, test script
2014-02-14 14:59:04 -06:00
Dan Mick
a6eee01fa0
Review: switch to selecting remotes by roles in the 'normal' way
...
This buys us, also, the ability to select remotes by rule, i.e.
"any osd or mon gets calamari-agent installed"
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2014-02-14 11:28:08 -08:00
Dan Mick
006428c5ce
Review: refactor packaging routines to common file
...
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2014-02-14 11:28:01 -08:00
Zack Cerza
67e670b260
Merge pull request #192 from ceph/wip-6537-wusui
...
Readjust the indentation of mon_clock_skew_check.py and mon_thrash.py.
2014-02-14 11:50:55 -06:00
Zack Cerza
e8e7cc22a6
Merge pull request #194 from ceph/wip-6534-wusui
...
Add docstrings to internal.py
2014-02-14 11:45:51 -06:00
Zack Cerza
a3fbb6c5bd
Merge pull request #193 from ceph/wip-6538-wusui
...
Add doc strings to Swift tests
2014-02-14 11:45:19 -06:00
Zack Cerza
af61317a9b
Merge pull request #191 from ceph/wip-7002-wusui
...
Added some docstrings.
2014-02-14 11:44:40 -06:00
Zack Cerza
1da78c0643
Merge pull request #187 from ceph/wip-better-debug
...
Debug output improvements
2014-02-14 11:43:15 -06:00
Warren Usui
6810610291
Add docstrings to internal.py
...
Fixes: 6534
Signed-off-by: Warren Usui <warren.usui@inktank.com>
2014-02-13 22:37:51 -08:00
Warren Usui
5c36a5cebd
Add doc strings to Swift tests
...
Fixes: 6538
Signed-off-by: Warren Usui <warren.usui@inktank.com>
2014-02-13 21:11:34 -08:00
Warren Usui
567961b727
Readjust the indentation of mon_clock_skew_check.py and mon_thrash.py.
...
Added docstrings.
Fixes: 6537
Signed-off-by: Warren Usui <warren.usui@inktank.com>
2014-02-13 20:36:08 -08:00
Dan Mick
12b79044f4
Review: Rename calamari_testdir/ to calamari/
2014-02-13 20:00:50 -08:00
Warren Usui
bee587c33d
Added some docstrings.
...
Fixes: 7002
Signed-off-by: Warren Usui <warren.usui@inktank.com>
2014-02-13 17:40:25 -08:00
Dan Mick
f06551097e
Fix flake8 failures
...
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2014-02-12 13:25:54 -08:00
John Spray
d53a5b65c9
Spelling
...
Signed-off-by: John Spray <john.spray@inktank.com>
2014-02-12 17:29:09 +00:00
John Spray
d39dd8cb4c
Log correct name of context during errors
...
(instead of GeneratorContextManager)
Signed-off-by: John Spray <john.spray@inktank.com>
2014-02-12 17:29:09 +00:00
John Spray
ab2a01ff01
Catch a case where we weren't getting tracebacks
...
Signed-off-by: John Spray <john.spray@inktank.com>
2014-02-12 17:29:09 +00:00
John Spray
ca83b7b23b
Timestamp stdout log output
...
Signed-off-by: John Spray <john.spray@inktank.com>
2014-02-12 17:29:09 +00:00
John Spray
896412f287
Remove spurious print
...
This was causing junk output like <type 'exceptions.StopIteration'>
Signed-off-by: John Spray <john.spray@inktank.com>
2014-02-12 17:29:09 +00:00
John Spray
d0a4349231
Capture stderr and include in CommandFailedError
...
Signed-off-by: John Spray <john.spray@inktank.com>
2014-02-12 17:29:09 +00:00
Zack Cerza
2b9a6bc035
Merge pull request #182 from ceph/wip-imports
...
Make libvirt import optional (OS X)
2014-02-12 10:46:35 -06:00
John Spray
eafeece243
Show hostname instead of IP in errors
...
Signed-off-by: John Spray <john.spray@inktank.com>
2014-02-12 16:42:52 +00:00
Alfredo Deza
d728b7ab6a
Merge pull request #189 from ceph/wip-6536-wusui
...
Add docstrings to s3 related tasks.
2014-02-12 10:12:35 -05:00
Warren Usui
cee713ff6a
Add docstrings to s3 related tasks.
...
Fixes: 6536
Signed-off-by: Warren Usui <warren.usui@inktank.com>
2014-02-11 20:21:06 -08:00
Dan Mick
e26bb35649
Add calamari setup/test tasks
...
Signed-off-by: Warren Usui <warren.usui@inktank.com>
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2014-02-11 13:34:31 -08:00
Zack Cerza
51957433db
Merge pull request #184 from ceph/wip-pg-scrub-from-ceph-wusui
...
Scrub osds when ceph task finishes
2014-02-10 18:25:14 -06:00
Warren Usui
ceffee40d4
Make sure osd_scrub_pgs gets called if healthy call fails.
...
Fixes: 7198
Signed-off-by: Warren Usui <warren.usui@inktank.com>
2014-02-10 09:28:39 -08:00
Warren Usui
69f29d17f0
Move osd_scrub_pgs call to finally block of ceph main task.
...
Fixes: 7198
Signed-off-bye: Warren Usui <warren.usui@inktank.com>
2014-02-07 14:54:23 -08:00
Sage Weil
330612dc87
schedule_suite: be slightly more verbose
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-05 15:20:15 -08:00
Alfredo Deza
0d2cbe64f4
Merge pull request #185 from ceph/wip-7342
...
Enable killing runs that haven't even started yet
2014-02-05 14:46:14 -05:00
Zack Cerza
7759473e3e
Enable killing runs that haven't even started yet
...
This requires passing --machine-type.
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-02-05 13:43:34 -06:00
Sage Weil
c2bd8464d8
valgrind: fix msync suppression
...
Signed-off-by: Sage Weil <sage@inktank.com>
2014-02-05 11:26:41 -08:00
Warren Usui
2bcc60061c
Implement the rest of the checks for automatic pg scrubbing.
...
osd_scrub_pgs now:
1.) Insures that all pgs are clean and active.
2.) Performs the scrub of all OSDs.
3.) Waits until all pgs have been scrubbed or no progress in scrubbing has
been made for two minutes.
These changes have been made on top of a previous check-in that was incomplete
Fixes: 7198
Signed-off-bye: Warren Usui <warren.usui@inktank.com>
2014-02-03 22:18:38 -08:00
Dan Mick
9b2b2c28f1
misc.py: helper roles_to_remotes for generic use
...
roles_to_remotes will take a config key, 'roles' by default,
and search cluster.remotes for those roles, returning a list
of remotes that hold it. The list is uniquified by default,
but that can be overridden. So you can have a task that
should run on specific roles, configure it with
"roles: [mon.0 server.0 osd.2]", and call this to get a list
of remotes that contain those roles.
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2014-02-03 19:37:59 -08:00