From 3a385bc38686e45c734ffaa182a23837aaceaaa2 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Fri, 3 Sep 2021 19:06:42 -0400 Subject: [PATCH] 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 --- src/ceph-volume/ceph_volume/devices/lvm/deactivate.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ceph-volume/ceph_volume/devices/lvm/deactivate.py b/src/ceph-volume/ceph_volume/devices/lvm/deactivate.py index 5de6dbe36b5a1..46846a1dcbede 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', -- 2.39.5