From 7c908076a1b6911dc12943e42cbb2519d150ca69 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 6 Dec 2022 23:14:49 +1000 Subject: [PATCH] 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) --- doc/rbd/rados-rbd-cmds.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 ========================== -- 2.39.5