From: John Wilkins Date: Wed, 8 Jan 2014 22:38:13 +0000 (-0800) Subject: doc: Updated for hostname -s and resolving to non-loopback IP address. X-Git-Tag: v0.77~37 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=09d021b4e8d4bd911665529787bce35c87bc5667;p=ceph.git doc: Updated for hostname -s and resolving to non-loopback IP address. fixes: #6234 Signed-off-by: John Wilkins --- 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