From a723ddf5dbc8d78ca8c3cd843a1ffa2af4292cdd Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 2 May 2014 21:06:48 -0700 Subject: [PATCH] ceph_manager: fix typo From ce7fa1839f4b3e3db675b2d68a2bb57849f58c1e. Tested this time. Signed-off-by: Sage Weil Reviewed-by: Josh Durgin --- 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 7ed01d070d6..0a16375ff6c 100644 --- a/teuthology/task/ceph_manager.py +++ b/teuthology/task/ceph_manager.py @@ -132,7 +132,7 @@ class Thrasher: osd = random.choice(self.in_osds) val = random.uniform(.1, 1.0) self.log("Reweighting osd %s to %f" % (str(osd), val)) - self.raw_cluster_cmd('osd', 'reweight', str(osd), val) + self.ceph_manager.raw_cluster_cmd('osd', 'reweight', str(osd), val) def primary_affinity(self, osd=None): if osd is None: -- 2.47.3