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)
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.