From 09d021b4e8d4bd911665529787bce35c87bc5667 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Wed, 8 Jan 2014 14:38:13 -0800 Subject: [PATCH] doc: Updated for hostname -s and resolving to non-loopback IP address. fixes: #6234 Signed-off-by: John Wilkins --- doc/start/quick-start-preflight.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/start/quick-start-preflight.rst b/doc/start/quick-start-preflight.rst index 63f6d66861cc..328a7cd346c3 100644 --- a/doc/start/quick-start-preflight.rst +++ b/doc/start/quick-start-preflight.rst @@ -77,8 +77,11 @@ Perform the following steps: User ceph -#. Ensure connectivity using ``ping`` with hostnames (i.e., not IP addresses). - Address hostname resolution issues and firewall issues as necessary. +#. Ensure connectivity using ``ping`` with short hostnames (``hostname -s``). + Address hostname resolution issues and firewall issues as necessary. + **Note:** Hostnames should resolve to a network IP address, not to the + loopback IP address (e.g., hostnames should resolve to an IP address other + than 127.0.0.1). Ceph Deploy Setup -- 2.47.3