From: Andrew Schoen Date: Thu, 19 Oct 2017 19:59:26 +0000 (-0500) Subject: ceph-volume: update help text for ceph-volume lvm zap X-Git-Tag: v13.0.1~367^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cbc38c4e4a7dcc24b31bcfa6af73eb8cf04f56ad;p=ceph.git ceph-volume: update help text for ceph-volume lvm zap Signed-off-by: Andrew Schoen --- diff --git a/src/ceph-volume/ceph_volume/devices/lvm/zap.py b/src/ceph-volume/ceph_volume/devices/lvm/zap.py index 2c5c9836f330..79db8c553318 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.