From: ZhenLiu94 Date: Thu, 12 Nov 2020 02:11:06 +0000 (+0800) Subject: lvm/create.py: fix a typo in the help message X-Git-Tag: v14.2.17~28^2~9^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38371%2Fhead;p=ceph.git lvm/create.py: fix a typo in the help message ceph_volume/devices/lvm/create.py:corrected typo of the word when using ceph-volume lvm create -h Fixes: https://tracker.ceph.com/issues/48273 Signed-off-by: ZhenLiu94 (cherry picked from commit e3c7d6ff4cec80ee0135abb50d795411c5dc2283) --- diff --git a/src/ceph-volume/ceph_volume/devices/lvm/create.py b/src/ceph-volume/ceph_volume/devices/lvm/create.py index 8380a18f4277..af2cd96c0845 100644 --- a/src/ceph-volume/ceph_volume/devices/lvm/create.py +++ b/src/ceph-volume/ceph_volume/devices/lvm/create.py @@ -42,7 +42,7 @@ class Create(object): Create an OSD by assigning an ID and FSID, registering them with the cluster with an ID and FSID, formatting and mounting the volume, adding all the metadata to the logical volumes using LVM tags, and starting - the OSD daemon. This is a convinience command that combines the prepare + the OSD daemon. This is a convenience command that combines the prepare and activate steps. Encryption is supported via dmcrypt and the --dmcrypt flag.