From f56719413464609e65769f710730837676cf4ee7 Mon Sep 17 00:00:00 2001 From: Peter Matulis Date: Fri, 14 Apr 2023 18:13:07 -0400 Subject: [PATCH] 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 --- deploy-guide/source/install-openstack.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/deploy-guide/source/install-openstack.rst b/deploy-guide/source/install-openstack.rst index 4836403..90bc740 100644 --- a/deploy-guide/source/install-openstack.rst +++ b/deploy-guide/source/install-openstack.rst @@ -99,11 +99,13 @@ Ceph OSD ~~~~~~~~ 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 -value for the ``osd-devices`` 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: + +The names of the block devices backing the OSDs is dependent upon the hardware +on the MAAS nodes. All possible devices (across all the nodes) that are to be +used for Ceph storage should be included in the value for the ``osd-devices`` +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