From 1903b7bee075989c0d68e3fedab134003d00223a Mon Sep 17 00:00:00 2001 From: David Zafman Date: Thu, 23 Oct 2014 20:28:28 -0700 Subject: [PATCH] ceph_manager: Re-enable Thrasher ceph-objectstore-tool testing Signed-off-by: David Zafman --- tasks/ceph_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/ceph_manager.py b/tasks/ceph_manager.py index 5231f782cd9a9..9c95a002c5794 100644 --- a/tasks/ceph_manager.py +++ b/tasks/ceph_manager.py @@ -130,7 +130,7 @@ class Thrasher: '--mon-osd-down-out-interval 0') self.thread = gevent.spawn(self.do_thrash) if self.cmd_exists_on_osds("ceph-objectstore-tool"): - self.ceph_objectstore_tool = self.config.get('ceph_objectstore_tool', False) + self.ceph_objectstore_tool = self.config.get('ceph_objectstore_tool', True) self.test_rm_past_intervals = self.config.get('test_rm_past_intervals', True) else: self.ceph_objectstore_tool = False -- 2.39.5