mirror of
https://github.com/ceph/ceph
synced 2025-02-22 10:37:15 +00:00
ceph-volume lvm.common update cli flags help for bluestore support
Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
parent
e3b5663f79
commit
c9693fb3f8
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user