Skip to content

Commit

Permalink
Merge pull request ceph#42805 from zdover23/wip-doc-2021-08-17-rbd-no…
Browse files Browse the repository at this point in the history
…mad-2-of-x

doc: improve "Create a Pool" in rbd-nomad.rst

Reviewed-by: Kefu Chai <[email protected]>
Reviewed-by: Ilya Dryomov <[email protected]>
  • Loading branch information
idryomov authored Aug 24, 2021
2 parents 56bf728 + 1715989 commit b8921a0
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions doc/rbd/rbd-nomad.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,23 @@ diagram shows 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
==================
Expand Down

0 comments on commit b8921a0

Please sign in to comment.