From: Alexey Stupnikov Date: Thu, 8 Nov 2018 19:44:33 +0000 (+0100) Subject: doc: put command template into literal block X-Git-Tag: v14.1.0~918^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F24999%2Fhead;p=ceph.git doc: put command template into literal block ``ceph-deploy osd create --data {device} {ceph-node}`` command is not displayed properly because of missing double colons. Signed-off-by: Alexey Stupnikov --- diff --git a/doc/start/quick-ceph-deploy.rst b/doc/start/quick-ceph-deploy.rst index 91a7d11fe2e..40a17472715 100644 --- a/doc/start/quick-ceph-deploy.rst +++ b/doc/start/quick-ceph-deploy.rst @@ -125,7 +125,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}