]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
ceph_manager, dump_stuck: fix injectargs args
authorSage Weil <sage@inktank.com>
Sun, 28 Jul 2013 00:41:51 +0000 (17:41 -0700)
committerSage Weil <sage@inktank.com>
Sun, 28 Jul 2013 00:56:08 +0000 (17:56 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/ceph_manager.py
teuthology/task/dump_stuck.py

index ba269bb0e2b7a1e9ccf708bc86672dd3ca090e12..94fdfef9168503f0e52de7e906329600210ea035 100644 (file)
@@ -40,10 +40,10 @@ class Thrasher:
         # try both old and new tell syntax, in case we are testing old code
         try:
             manager.raw_cluster_cmd('--', 'tell', 'mon.*', 'injectargs',
-                                    '--mon-osd-down-out-interval', '0')
+                                    '--mon-osd-down-out-interval 0')
         except:
             manager.raw_cluster_cmd('--', 'mon', 'tell', '*', 'injectargs',
-                                    '--mon-osd-down-out-interval', '0')
+                                    '--mon-osd-down-out-interval 0')
         self.thread = gevent.spawn(self.do_thrash)
 
     def kill_osd(self, osd=None, mark_down=False, mark_out=False):
index ee90fc19d264c0009a0c4d3585e842f91cd6200f..e7f5c7e3c1890d987d93b997a043656448dde472 100644 (file)
@@ -54,8 +54,8 @@ def task(ctx, config):
     manager.wait_for_clean(timeout)
 
     manager.raw_cluster_cmd('tell', 'mon.0', 'injectargs', '--',
-#                            '--mon-osd-report-timeout', '90',
-                            '--mon-pg-stuck-threshold', '10')
+#                            '--mon-osd-report-timeout 90',
+                            '--mon-pg-stuck-threshold 10')
 
     check_stuck(
         manager,