]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume lvm.common update cli flags help for bluestore support
authorAlfredo Deza <adeza@redhat.com>
Fri, 20 Oct 2017 13:33:55 +0000 (09:33 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 20 Oct 2017 16:10:07 +0000 (12:10 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
src/ceph-volume/ceph_volume/devices/lvm/common.py

index aca57dc97d45fd1591bacd25f2676e65ece49d25..d55543cc89b13144ac4c00f6895fe60bc68d8b67 100644 (file)
@@ -33,12 +33,12 @@ def common_parser(prog, description):
     parser.add_argument(
         '--bluestore',
         action='store_true', default=True,
-        help='Use the bluestore objectstore (not currently supported)',
+        help='Use the bluestore objectstore',
     )
     parser.add_argument(
         '--filestore',
         action='store_true', default=False,
-        help='Use the filestore objectstore (currently the only supported object store)',
+        help='Use the filestore objectstore',
     )
     parser.add_argument(
         '--osd-id',