From 19e02e6c433f718ce638624a803105525168cb52 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 7 Feb 2018 08:35:47 -0600 Subject: [PATCH] ceph-volume: fix documentation typos for lvm zap Signed-off-by: Andrew Schoen (cherry picked from commit 5552cefc4ce6d6d819f43671cec83ca23b119665) --- doc/ceph-volume/lvm/zap.rst | 4 ++-- src/ceph-volume/ceph_volume/devices/lvm/zap.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/ceph-volume/lvm/zap.rst b/doc/ceph-volume/lvm/zap.rst index e0c190242acbe..2236ad4efbc44 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 16ebc76f6b55f..0cadc10765edf 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. -- 2.39.5