From: Daniel Pivonka Date: Tue, 23 Mar 2021 17:50:33 +0000 (-0400) Subject: doc/cephadm: explicitly show host requirments in adding host section X-Git-Tag: v16.2.2~1^2~41 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d5375aefc135358337a82dff02123ea6a9aedf00;p=ceph.git doc/cephadm: explicitly show host requirments in adding host section Signed-off-by: Daniel Pivonka (cherry picked from commit b28fd9838ec3ad5b47a7b5e14015d986348f31e5) --- diff --git a/doc/cephadm/host-management.rst b/doc/cephadm/host-management.rst index eb680388d6c15..edf6772d40d6f 100644 --- a/doc/cephadm/host-management.rst +++ b/doc/cephadm/host-management.rst @@ -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: diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index 4bea6a5887848..36d8c237ff909 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -8,6 +8,9 @@ then deploying the needed services. .. highlight:: console + +.. _cephadm-host-requirements: + Requirements ============