From 75e3c557bdf8ed09748c2cb76a39f1d8bb67442a Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 29 Aug 2023 08:55:19 +1000 Subject: [PATCH] doc/cephadm: add ssh note to install.rst Add a note instructing the reader to have ssh running before the "cephadm bootstrap" command is run. Co-authored-by: Anthony D'Atri Signed-off-by: Zac Dover (cherry picked from commit f10781a281ef6a00a69d45dd6b78f29fd219f049) --- doc/cephadm/install.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index 5ce84e008106e..c5f8bcabc1148 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -142,6 +142,9 @@ cluster's first "monitor daemon", and that monitor daemon needs an IP address. You must pass the IP address of the Ceph cluster's first host to the ``ceph bootstrap`` command, so you'll need to know the IP address of that host. +.. important:: ``ssh`` must be installed and running in order for the + bootstrapping procedure to succeed. + .. note:: If there are multiple networks and interfaces, be sure to choose one that will be accessible by any host accessing the Ceph cluster. -- 2.39.5