]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: edit "Adding Hosts" in install.rst 53213/head
authorZac Dover <zac.dover@proton.me>
Tue, 29 Aug 2023 22:33:09 +0000 (08:33 +1000)
committerZac Dover <zac.dover@proton.me>
Tue, 29 Aug 2023 22:33:09 +0000 (08:33 +1000)
Edit the English in the "Adding Hosts" section of
doc/cephadm/install.rst.

Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/cephadm/install.rst

index c3ff34dc65dfe8dea7e60fc64183a65a372c1e90..52023ae835143349ed8bb013a7081c90564a33cb 100644 (file)
@@ -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 *<host>* _admin
 
+
 Adding additional MONs
 ======================