From: Andrew Schoen Date: Wed, 7 Feb 2018 14:35:47 +0000 (-0600) Subject: ceph-volume: fix documentation typos for lvm zap X-Git-Tag: v13.0.2~276^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5552cefc4ce6d6d819f43671cec83ca23b119665;p=ceph.git ceph-volume: fix documentation typos for lvm zap Signed-off-by: Andrew Schoen --- diff --git a/doc/ceph-volume/lvm/zap.rst b/doc/ceph-volume/lvm/zap.rst index e0c190242acb..2236ad4efbc4 100644 --- a/doc/ceph-volume/lvm/zap.rst +++ b/doc/ceph-volume/lvm/zap.rst @@ -10,8 +10,8 @@ on the given lv or partition will be removed and all data will be purged. .. note:: The lv or partition will be kept intact. -.. note:: If the logicial volume, raw device or partition is being used for any ceph related - mountpoints they will be unmounted. +.. note:: If the logical volume, raw device or partition is being used for any ceph related + mount points they will be unmounted. Zapping a logical volume:: diff --git a/src/ceph-volume/ceph_volume/devices/lvm/zap.py b/src/ceph-volume/ceph_volume/devices/lvm/zap.py index 16ebc76f6b55..0cadc10765ed 100644 --- a/src/ceph-volume/ceph_volume/devices/lvm/zap.py +++ b/src/ceph-volume/ceph_volume/devices/lvm/zap.py @@ -103,8 +103,8 @@ class Zap(object): filesystems present on the given device, vg/lv, or partition will be removed and all data will be purged. - If the logicial volume, raw device or partition is being used for any ceph related - mountpoints they will be unmounted. + If the logical volume, raw device or partition is being used for any ceph related + mount points they will be unmounted. However, the lv or partition will be kept intact.