]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
lvm/create.py: fix a typo in the help message 38371/head
authorZhenLiu94 <zhenliu94@163.com>
Thu, 12 Nov 2020 02:11:06 +0000 (10:11 +0800)
committerJan Fajerski <jfajerski@suse.com>
Tue, 1 Dec 2020 16:40:16 +0000 (17:40 +0100)
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 <zhenliu94@163.com>
(cherry picked from commit e3c7d6ff4cec80ee0135abb50d795411c5dc2283)

src/ceph-volume/ceph_volume/devices/lvm/create.py

index 8380a18f4277bf0bba248752d5989504c23e9949..af2cd96c0845ea93a0a5e141ce353bb5d00396a1 100644 (file)
@@ -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.