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: v16.1.0~428^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e3c7d6ff4cec80ee0135abb50d795411c5dc2283;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 --- diff --git a/src/ceph-volume/ceph_volume/devices/lvm/create.py b/src/ceph-volume/ceph_volume/devices/lvm/create.py index 8380a18f427..af2cd96c084 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.