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: v17.1.0~2490^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b28fd9838ec3ad5b47a7b5e14015d986348f31e5;p=ceph.git doc/cephadm: explicitly show host requirments in adding host section Signed-off-by: Daniel Pivonka --- diff --git a/doc/cephadm/host-management.rst b/doc/cephadm/host-management.rst index e91553ddcddb4..57a54dc870068 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 6efb07edec84e..244c08b852eb4 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 ============