]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: update argument description that bluestore is the default
authorlijing <lijing@gohighsec.com>
Wed, 17 Jan 2018 02:20:11 +0000 (10:20 +0800)
committerAlfredo Deza <adeza@redhat.com>
Thu, 1 Mar 2018 20:48:37 +0000 (15:48 -0500)
Fixes: http://tracker.ceph.com/issues/22663
Signed-off-by: Jing Li lijing@gohighsec.com
(cherry picked from commit 7a0c4d02df0efdbe689b9c89f014b9692b76b79e)

src/ceph-volume/ceph_volume/devices/lvm/activate.py

index 81ebe6b0b1c8d7e5bef8b0581f75f4580ff950e1..1f9cb68e1d50edb99a722adec4390990d810c128 100644 (file)
@@ -241,12 +241,12 @@ class Activate(object):
         parser.add_argument(
             '--bluestore',
             action='store_true',
-            help='filestore objectstore (not yet implemented)',
+            help='bluestore objectstore (default)',
         )
         parser.add_argument(
             '--filestore',
             action='store_true',
-            help='filestore objectstore (current default)',
+            help='filestore objectstore',
         )
         if len(self.argv) == 0:
             print(sub_command_help)