``ceph-deploy osd create --data {device} {ceph-node}`` command
is not displayed properly because of missing double colons.
Signed-off-by: Alexey Stupnikov <aleksey.stupnikov@gmail.com>
(cherry picked from commit
bff5a2122fd2a059c6576f36d7d1505c8d747776)
ceph-deploy mgr create node1 *Required only for luminous+ builds, i.e >= 12.x builds*
#. Add three OSDs. For the purposes of these instructions, we assume you have an
- unused disk in each node called ``/dev/vdb``. *Be sure that the device is not currently in use and does not contain any important data.*
+ unused disk in each node called ``/dev/vdb``. *Be sure that the device is not currently in use and does not contain any important data.* ::
ceph-deploy osd create --data {device} {ceph-node}