mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
ceph-volume lvm.batch update help docs from auto to batch
Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
parent
ae98cc3512
commit
226a5389ab
@ -89,7 +89,7 @@ def get_strategy(devices, args):
|
|||||||
return backend(devices, args)
|
return backend(devices, args)
|
||||||
|
|
||||||
|
|
||||||
class Auto(object):
|
class Batch(object):
|
||||||
|
|
||||||
help = 'Automatically size devices for multi-OSD provisioning with minimal interaction'
|
help = 'Automatically size devices for multi-OSD provisioning with minimal interaction'
|
||||||
|
|
||||||
@ -101,11 +101,11 @@ class Auto(object):
|
|||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
ceph-volume lvm auto [DEVICE...]
|
ceph-volume lvm batch [DEVICE...]
|
||||||
|
|
||||||
Optional reporting on possible outcomes is enabled with --report
|
Optional reporting on possible outcomes is enabled with --report
|
||||||
|
|
||||||
ceph-volume lvm auto --report [DEVICE...]
|
ceph-volume lvm batch --report [DEVICE...]
|
||||||
""")
|
""")
|
||||||
|
|
||||||
def __init__(self, argv):
|
def __init__(self, argv):
|
||||||
@ -166,7 +166,7 @@ class Auto(object):
|
|||||||
@decorators.needs_root
|
@decorators.needs_root
|
||||||
def main(self):
|
def main(self):
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
prog='ceph-volume auto',
|
prog='ceph-volume lvm batch',
|
||||||
formatter_class=argparse.RawDescriptionHelpFormatter,
|
formatter_class=argparse.RawDescriptionHelpFormatter,
|
||||||
description=self.print_help(),
|
description=self.print_help(),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user