]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: improve "Create a Pool" in rbd-nomad.rst 42805/head
authorZac Dover <zac.dover@gmail.com>
Tue, 17 Aug 2021 04:44:52 +0000 (14:44 +1000)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 24 Aug 2021 14:16:24 +0000 (16:16 +0200)
This PR improves the English in the "Create
a Pool" section of the "RBD & Nomad Integration"
chapter of the RBD Guide.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/rbd/rbd-nomad.rst

index 427b2c6fa1146b3d434c881516a28aada7f9fa7f..fdbafd393dddebff4368b6ecc3ddc502f94ea2bd 100644 (file)
@@ -52,20 +52,23 @@ diagram depicts the Nomad/Ceph technology stack.
 Create a Pool
 =============
 
-By default, Ceph block devices use the ``rbd`` pool. Create a pool for
-Nopmad persistent storage. Ensure your Ceph cluster is running, then create
-the pool. ::
+By default, Ceph block devices use the ``rbd`` pool. Ensure that your Ceph
+cluster is running, then create a pool for Nomad persistent storage:
 
-        $ ceph osd pool create nomad
+.. prompt:: bash $
+
+  ceph osd pool create nomad
 
 See `Create a Pool`_ for details on specifying the number of placement groups
-for your pools, and `Placement Groups`_ for details on the number of placement
+for your pools. See `Placement Groups`_ for details on the number of placement
 groups you should set for your pools.
 
 A newly created pool must be initialized prior to use. Use the ``rbd`` tool
-to initialize the pool::
+to initialize the pool:
+
+.. prompt:: bash $
 
-        $ rbd pool init nomad
+  rbd pool init nomad
 
 Configure ceph-csi
 ==================
@@ -428,4 +431,4 @@ It will reuse the same RBD image.
 .. _CRUSH tunables: ../../rados/operations/crush-map/#tunables
 .. _RBD image features: ../rbd-config-ref/#image-features
 .. _nomad sateful: https://learn.hashicorp.com/tutorials/nomad/stateful-workloads-csi-volumes?in=nomad/stateful-workloads#create-the-job-file
-.. _ceph-csi release: https://github.com/ceph/ceph-csi#ceph-csi-container-images-and-release-compatibility
\ No newline at end of file
+.. _ceph-csi release: https://github.com/ceph/ceph-csi#ceph-csi-container-images-and-release-compatibility