]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix objectstore name changed to keyvaluestore
authorDavid Zafman <dzafman@redhat.com>
Thu, 8 Jan 2015 20:02:53 +0000 (12:02 -0800)
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 9e9caf7f797ae17ca9d634ffdae039e686d8ee7d..617f17f6b411032c50dab262b9e217a39c5a42eb 100644 (file)
@@ -189,7 +189,7 @@ class Thrasher:
                     self.ceph_manager.ctx.ceph.conf['osd']):
                 prefix = ("sudo ceph-objectstore-tool "
                           "--data-path {fpath} --journal-path {jpath} "
-                          "--type keyvaluestore-dev "
+                          "--type keyvaluestore "
                           "--log-file="
                           "/var/log/ceph/objectstore_tool.\\$pid.log ".
                           format(fpath=FSPATH, jpath=JPATH))
@@ -288,7 +288,7 @@ class Thrasher:
                     self.ceph_manager.ctx.ceph.conf['osd']):
                 prefix = ("sudo ceph-objectstore-tool "
                           "--data-path {fpath} --journal-path {jpath} "
-                          "--type keyvaluestore-dev "
+                          "--type keyvaluestore "
                           "--log-file="
                           "/var/log/ceph/objectstore_tool.\\$pid.log ".
                           format(fpath=FSPATH, jpath=JPATH))