From b28fd9838ec3ad5b47a7b5e14015d986348f31e5 Mon Sep 17 00:00:00 2001 From: Daniel Pivonka Date: Tue, 23 Mar 2021 13:50:33 -0400 Subject: [PATCH] doc/cephadm: explicitly show host requirments in adding host section Signed-off-by: Daniel Pivonka --- doc/cephadm/host-management.rst | 3 +++ doc/cephadm/install.rst | 3 +++ 2 files changed, 6 insertions(+) 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 ============ -- 2.39.5