From 9cdc60af3f509e0bd21a9ffa4b025138b630fdf9 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Fri, 14 Jun 2013 10:30:58 -0700 Subject: [PATCH] ceph_manager: use new ceph tell mon.* syntax Signed-off-by: Samuel Just Reviewed-by: Sage Weil --- teuthology/task/ceph_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/ceph_manager.py b/teuthology/task/ceph_manager.py index e046e7cf5a0b7..70cd27a5a9540 100644 --- a/teuthology/task/ceph_manager.py +++ b/teuthology/task/ceph_manager.py @@ -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) -- 2.39.5