From: Zac Dover Date: Tue, 6 Dec 2022 13:14:49 +0000 (+1000) Subject: doc/rbd: refine "Create a Block Device Pool" X-Git-Tag: v16.2.11~77^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7c908076a1b6911dc12943e42cbb2519d150ca69;p=ceph.git doc/rbd: refine "Create a Block Device Pool" 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 (cherry picked from commit 987d3163a1d15b0f5e2870cf4d1d63e38bec9a34) --- diff --git a/doc/rbd/rados-rbd-cmds.rst b/doc/rbd/rados-rbd-cmds.rst index 69b6e73bcedbe..998dc722beaed 100644 --- a/doc/rbd/rados-rbd-cmds.rst +++ b/doc/rbd/rados-rbd-cmds.rst @@ -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 + .. prompt:: bash $ + + rbd pool init + + .. 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 ==========================