]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rbd: refine "Create a Block Device Pool" 49308/head
authorZac Dover <zac.dover@gmail.com>
Tue, 6 Dec 2022 13:14:49 +0000 (23:14 +1000)
committerZac Dover <zac.dover@gmail.com>
Wed, 7 Dec 2022 16:52:23 +0000 (02:52 +1000)
Refine the "Create a Block Device Pool" section of
doc/rbd/rados-rbd-cmds.rst.

https://tracker.ceph.com/issues/57001

Signed-off-by: Zac Dover <zac.dover@gmail.com>
(cherry picked from commit 987d3163a1d15b0f5e2870cf4d1d63e38bec9a34)

doc/rbd/rados-rbd-cmds.rst

index 69b6e73bcedbe334ad75492f97e4902b980f11d2..998dc722beaed39d46dd14a587529edda1f76c60 100644 (file)
@@ -16,14 +16,17 @@ details.
 Create a Block Device Pool
 ==========================
 
-#. On the admin node, use the ``ceph`` tool to `create a pool`_.
+#. Use the ``ceph`` tool to `create a pool`_.
 
-#. On the admin node, use the ``rbd`` tool to initialize the pool for use by RBD::
+#. Use the ``rbd`` tool to initialize the pool for use by RBD:
 
-        rbd pool init <pool-name>
+   .. prompt:: bash $
+
+      rbd pool init <pool-name>
+
+   .. note:: The ``rbd`` tool assumes a default pool name of 'rbd' if no pool
+      name is specified in the command.
 
-.. note:: The ``rbd`` tool assumes a default pool name of 'rbd' when not
-   provided.
 
 Create a Block Device User
 ==========================