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: v18.1.0~721^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F49282%2Fhead;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 --- diff --git a/doc/rbd/rados-rbd-cmds.rst b/doc/rbd/rados-rbd-cmds.rst index 69b6e73bcedb..998dc722beae 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 ==========================