Merge pull request #24394 from alfredodeza/wip-rm24795

ceph-volume lvm.prepare update help to indicate partitions are needed, not devices

Reviewed-by: Andrew Schoen <aschoen@redhat.com>
This commit is contained in:
Andrew Schoen 2018-10-03 09:59:01 -05:00 committed by GitHub
commit d6cd2f90c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -322,9 +322,9 @@ class Prepare(object):
ceph-volume lvm prepare --data /path/to/device
Optionally, can consume db and wal devices or logical volumes:
Optionally, can consume db and wal partitions or logical volumes:
ceph-volume lvm prepare --data {vg/lv} --block.wal {device} --block.db {vg/lv}
ceph-volume lvm prepare --data {vg/lv} --block.wal {partition} --block.db {vg/lv}
""")
parser = prepare_parser(
prog='ceph-volume lvm prepare',