]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
ceph_manager: use new ceph tell mon.* syntax
authorSamuel Just <sam.just@inktank.com>
Fri, 14 Jun 2013 17:30:58 +0000 (10:30 -0700)
committerSamuel Just <sam.just@inktank.com>
Fri, 14 Jun 2013 17:32:43 +0000 (10:32 -0700)
Signed-off-by: Samuel Just <sam.just@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
teuthology/task/ceph_manager.py

index e046e7cf5a0b760e948aa3a1a10177737f2dd37f..70cd27a5a9540f98de16c1ec72c20edadd8be36a 100644 (file)
@@ -35,7 +35,7 @@ class Thrasher:
         if self.config is None:
             self.config = dict()
         # prevent monitor from auto-marking things out while thrasher runs
-        manager.raw_cluster_cmd('mon', 'tell', '*', 'injectargs',
+        manager.raw_cluster_cmd('tell', 'mon.*', 'injectargs',
                                 '--mon-osd-down-out-interval', '0')
         self.thread = gevent.spawn(self.do_thrash)