From 6279629b878aca3508a165e2dc314de14a695a6c Mon Sep 17 00:00:00 2001 From: egoncalv Date: Fri, 28 May 2021 16:00:03 -0300 Subject: [PATCH] Add support for configuring storage services on the cluster network. Worked on a downstream bug. Patch 1: Fixed typo. Patch 2: Worked on Mary's comments. Signed-off-by: egoncalv Change-Id: I107a670f2528d318a6aaf56620841eb1e1902233 --- ...igure-the-internal-ceph-storage-backend.rst | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/doc/source/storage/kubernetes/configure-the-internal-ceph-storage-backend.rst b/doc/source/storage/kubernetes/configure-the-internal-ceph-storage-backend.rst index 2243ff610..4cb2b2537 100644 --- a/doc/source/storage/kubernetes/configure-the-internal-ceph-storage-backend.rst +++ b/doc/source/storage/kubernetes/configure-the-internal-ceph-storage-backend.rst @@ -26,6 +26,18 @@ the internal Ceph storage backend. ~(keystone_admin)$ system storage-backend-add ceph --confirmed + .. note:: + The default network used to deploy Ceph services on is the management + network and this should be sufficient for most systems. The + cluster-host network should only be considered for systems that are + using a 1Gb management |NIC|. + + For cluster-host network, use the following command: + + .. code-block:: none + + ~(keystone_admin)]$ system storage-backend-add --network cluster-host ceph --confirmed + #. Wait for Ceph storage to be configured. Run the following command to check if Ceph storage is configured: @@ -34,7 +46,7 @@ the internal Ceph storage backend. ~(keystone_admin)$ system storage-backend-list #. On a Standard configuration with Controller Storage, that is, where - Ceph OSDs are to be configured on the controller nodes, configure the + Ceph |OSDs| are to be configured on the controller nodes, configure the third Ceph monitor instance on a worker node, using the following command: @@ -44,7 +56,7 @@ the internal Ceph storage backend. .. note:: For Standard configuration with dedicated Storage, that is, where - Ceph OSDs are to be configured on dedicated Storage nodes, the + Ceph |OSDs| are to be configured on dedicated Storage nodes, the third Ceph monitor instance is configured by default on the first storage node. @@ -53,7 +65,7 @@ the internal Ceph storage backend. CephFS is configured, an MDS is deployed automatically along with each node that has been configured to run a Ceph Monitor. -#. Configure Ceph OSDs. For more information, see :ref:`Provision +#. Configure Ceph |OSDs|. For more information, see :ref:`Provision Storage on a Controller or Storage Host Using Horizon `.