]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: add ssh note to install.rst
authorZac Dover <zac.dover@proton.me>
Mon, 28 Aug 2023 22:55:19 +0000 (08:55 +1000)
committerZac Dover <zac.dover@proton.me>
Mon, 28 Aug 2023 23:35:45 +0000 (09:35 +1000)
Add a note instructing the reader to have ssh running before the
"cephadm bootstrap" command is run.

Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/cephadm/install.rst

index 8d6aff85b4c99564f237cdd94ad2700535a090ab..c1932c560ba8d1cf53cbe02b4cbef0cf41728f4b 100644 (file)
@@ -166,6 +166,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. test
+
 .. note:: If there are multiple networks and interfaces, be sure to choose one
    that will be accessible by any host accessing the Ceph cluster.