Reword osd-devices option usage

Slightly reword the text describing how to determine the
value of the osd-devices option (ceph-osd charm).

Closes-Bug: #2008219
Change-Id: I7512d62574f60db3f415ae39757b2a158d559527
This commit is contained in:
Peter Matulis 2023-04-14 18:13:07 -04:00
parent cd286d6ded
commit f567194134
1 changed files with 7 additions and 5 deletions

View File

@ -99,11 +99,13 @@ Ceph OSD
~~~~~~~~ ~~~~~~~~
The ceph-osd application is deployed to four nodes with the `ceph-osd`_ charm. The ceph-osd application is deployed to four nodes with the `ceph-osd`_ charm.
The name of the block devices backing the OSDs is dependent upon the hardware
on the nodes. All possible devices across the nodes should be given as the The names of the block devices backing the OSDs is dependent upon the hardware
value for the ``osd-devices`` option (space-separated). Here, we'll be using on the MAAS nodes. All possible devices (across all the nodes) that are to be
the same devices on each node: ``/dev/sda``, ``/dev/sdb``, ``/dev/sdc``, and used for Ceph storage should be included in the value for the ``osd-devices``
``/dev/sdd``. File ``ceph-osd.yaml`` contains the configuration: option (space-separated). Here, we'll be using the same devices on each node:
``/dev/sda``, ``/dev/sdb``, ``/dev/sdc``, and ``/dev/sdd``. File
``ceph-osd.yaml`` contains the configuration:
.. code-block:: yaml .. code-block:: yaml