From: Daniel Pivonka Date: Mon, 19 Apr 2021 21:15:44 +0000 (-0400) Subject: doc/cephadm: remove /etc/hosts from list of hostname resoltion methods X-Git-Tag: v16.2.5~39^2~4^2^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3f2987f015a775da563af24877b71385d27d7d48;p=ceph.git doc/cephadm: remove /etc/hosts from list of hostname resoltion methods Signed-off-by: Daniel Pivonka (cherry picked from commit c18932ef9fc9f56dee37a03068f3b079c03dfb33) --- diff --git a/doc/cephadm/host-management.rst b/doc/cephadm/host-management.rst index 3e1caf18b7a4..3f46771b07d8 100644 --- a/doc/cephadm/host-management.rst +++ b/doc/cephadm/host-management.rst @@ -278,7 +278,6 @@ names etc. When cephadm initiates an ssh connection to a remote host, the host name can be resolved in four different ways: - a custom ssh config resolving the name to an IP -- via an externally maintained ``/etc/hosts`` - via explicitly providing an IP address to cephadm: ``ceph orch host add `` - automatic name resolution via DNS.