]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
lvm/create.py: fix a typo in the help message 38034/head
authorZhenLiu94 <zhenliu94@163.com>
Thu, 12 Nov 2020 02:11:06 +0000 (10:11 +0800)
committerZhenLiu94 <zhenliu94@163.com>
Wed, 18 Nov 2020 09:28:11 +0000 (17:28 +0800)
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>
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.