From 1dfe7e9854b00850b86168049821447d33298fff Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 19 Oct 2017 14:59:26 -0500 Subject: [PATCH] ceph-volume: update help text for ceph-volume lvm zap Signed-off-by: Andrew Schoen (cherry picked from commit cbc38c4e4a7dcc24b31bcfa6af73eb8cf04f56ad) --- src/ceph-volume/ceph_volume/devices/lvm/zap.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ceph-volume/ceph_volume/devices/lvm/zap.py b/src/ceph-volume/ceph_volume/devices/lvm/zap.py index 2c5c9836f330e..79db8c5533182 100644 --- a/src/ceph-volume/ceph_volume/devices/lvm/zap.py +++ b/src/ceph-volume/ceph_volume/devices/lvm/zap.py @@ -40,7 +40,7 @@ def zap_data(path): class Zap(object): - help = 'Destroy a logical volume or partition.' + help = 'Removes all data and filesystems from a logical volume or partition.' def __init__(self, argv): self.argv = argv @@ -70,7 +70,7 @@ class Zap(object): def main(self): sub_command_help = dedent(""" Zaps the given logical volume or partition. If given a path to a logical - volume it must be in the format of vg name/lv name. Any filesystems present + volume it must be in the format of vg/lv. Any filesystems present on the given lv or partition will be removed and all data will be purged. However, the lv or partition will be kept intact. -- 2.39.5