From cd8389ce224495951547f4fac0ef9ba57d404cfc Mon Sep 17 00:00:00 2001 From: ZhenLiu94 Date: Thu, 12 Nov 2020 10:11:06 +0800 Subject: [PATCH] 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) --- src/ceph-volume/ceph_volume/devices/lvm/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph-volume/ceph_volume/devices/lvm/create.py b/src/ceph-volume/ceph_volume/devices/lvm/create.py index 8380a18f4277b..af2cd96c0845e 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. -- 2.39.5