]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_manager: Re-enable Thrasher ceph-objectstore-tool testing
authorDavid Zafman <dzafman@redhat.com>
Fri, 24 Oct 2014 03:28:28 +0000 (20:28 -0700)
committerDavid Zafman <dzafman@redhat.com>
Wed, 21 Jan 2015 17:08:44 +0000 (09:08 -0800)
Signed-off-by: David Zafman <dzafman@redhat.com>
tasks/ceph_manager.py

index 19a0c085ea68c127803e925104e8679f80dd40ef..c2ddbc1523afc71f9eee4140dd0bd80d9eadeaea 100644 (file)
@@ -133,7 +133,7 @@ class Thrasher:
         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.config.get('ceph_objectstore_tool', True)
             self.test_rm_past_intervals = \
                 self.config.get('test_rm_past_intervals', True)
         else: