From: Dimitri Savineau Date: Fri, 3 Sep 2021 23:06:42 +0000 (-0400) Subject: ceph-volume: remove --all ref from deactivate help X-Git-Tag: v16.2.6~9^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F43098%2Fhead;p=ceph.git ceph-volume: remove --all ref from deactivate help 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 (cherry picked from commit 3a385bc38686e45c734ffaa182a23837aaceaaa2) --- diff --git a/src/ceph-volume/ceph_volume/devices/lvm/deactivate.py b/src/ceph-volume/ceph_volume/devices/lvm/deactivate.py index 5de6dbe36b5a..46846a1dcbed 100644 --- a/src/ceph-volume/ceph_volume/devices/lvm/deactivate.py +++ b/src/ceph-volume/ceph_volume/devices/lvm/deactivate.py @@ -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',