From f0df9e1ea95362b28ca516e3a2efaab6365de5ea Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Wed, 30 Aug 2023 08:33:09 +1000 Subject: [PATCH] doc/cephadm: edit "Adding Hosts" in install.rst Edit the English in the "Adding Hosts" section of doc/cephadm/install.rst. Signed-off-by: Zac Dover --- doc/cephadm/install.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index c3ff34dc65dfe..52023ae835143 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -317,18 +317,21 @@ its status with: Adding Hosts ============ -Next, add all hosts to the cluster by following :ref:`cephadm-adding-hosts`. +Add all hosts to the cluster by following the instructions in +:ref:`cephadm-adding-hosts`. -By default, a ``ceph.conf`` file and a copy of the ``client.admin`` keyring -are maintained in ``/etc/ceph`` on all hosts with the ``_admin`` label, which is initially -applied only to the bootstrap host. We usually recommend that one or more other hosts be -given the ``_admin`` label so that the Ceph CLI (e.g., via ``cephadm shell``) is easily -accessible on multiple hosts. To add the ``_admin`` label to additional host(s): +By default, a ``ceph.conf`` file and a copy of the ``client.admin`` keyring are +maintained in ``/etc/ceph`` on all hosts that have the ``_admin`` label. This +label is initially applied only to the bootstrap host. We usually recommend +that one or more other hosts be given the ``_admin`` label so that the Ceph CLI +(for example, via ``cephadm shell``) is easily accessible on multiple hosts. To add +the ``_admin`` label to additional host(s), run a command of the following form: .. prompt:: bash # ceph orch host label add ** _admin + Adding additional MONs ====================== -- 2.39.5