]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: explicitly show host requirments in adding host section
authorDaniel Pivonka <dpivonka@redhat.com>
Tue, 23 Mar 2021 17:50:33 +0000 (13:50 -0400)
committerSage Weil <sage@newdream.net>
Fri, 23 Apr 2021 12:24:14 +0000 (07:24 -0500)
Signed-off-by: Daniel Pivonka <dpivonka@redhat.com>
(cherry picked from commit b28fd9838ec3ad5b47a7b5e14015d986348f31e5)

doc/cephadm/host-management.rst
doc/cephadm/install.rst

index eb680388d6c15488d331c880e244dbcb0b4dda47..edf6772d40d6f7b374f930dcfc6becf1956709a2 100644 (file)
@@ -15,6 +15,9 @@ To list hosts associated with the cluster:
 Adding Hosts
 ============
 
+Hosts must have these :ref:`cephadm-host-requirements` installed.
+Hosts without all the necessary requirements will fail to be added to the cluster.
+
 To add each new host to the cluster, perform two steps:
 
 #. Install the cluster's public SSH key in the new host's root user's ``authorized_keys`` file:
index 4bea6a588784826bdf76dcd592484c92431f4ca8..36d8c237ff909a2d655ecc5e23cfd341e70369cb 100644 (file)
@@ -8,6 +8,9 @@ then deploying the needed services.
 
 .. highlight:: console
 
+
+.. _cephadm-host-requirements:
+
 Requirements
 ============