]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mimic: doc: put command template into literal block 25000/head
authorAlexey Stupnikov <astupnikov@mirantis.com>
Thu, 8 Nov 2018 19:44:33 +0000 (20:44 +0100)
committerAlexey Stupnikov <aleksey.stupnikov@gmail.com>
Sat, 17 Nov 2018 13:28:44 +0000 (14:28 +0100)
``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)

doc/start/quick-ceph-deploy.rst

index 8855f0029431489059e7bfab498d32c82514d792..48a13794ce3407f3c6cd1b64d876d5accc01d70d 100644 (file)
@@ -124,7 +124,7 @@ configuration details, perform the following steps using ``ceph-deploy``.
      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}