]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: remove --all ref from deactivate help 43098/head
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 3 Sep 2021 23:06:42 +0000 (19:06 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 8 Sep 2021 15:41:20 +0000 (17:41 +0200)
Until the `--all` feature is implemented.

This was partially removed in c13901f but not from the help command.

Fixes: https://tracker.ceph.com/issues/50109
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 3a385bc38686e45c734ffaa182a23837aaceaaa2)

src/ceph-volume/ceph_volume/devices/lvm/deactivate.py

index 5de6dbe36b5a15e3a90bac0d4a99d097496eccf1..46846a1dcbede5d8dfcf5cbc694252a69365d28b 100644 (file)
@@ -54,8 +54,6 @@ class Deactivate(object):
 
             ceph-volume lvm deactivate {ID} {FSID}
 
-        To deactivate all volumes use the --all flag.
-            ceph-volume lvm deactivate --all
         """)
         parser = argparse.ArgumentParser(
             prog='ceph-volume lvm deactivate',