ceph-volume lvm.common update cli flags help for bluestore support

Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
Alfredo Deza 2017-10-20 09:33:55 -04:00
parent e3b5663f79
commit c9693fb3f8

View 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',