]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
:doc: Modified hostname to hostname -s.
authorJohn Wilkins <john.wilkins@inktank.com>
Tue, 18 Sep 2012 20:43:25 +0000 (13:43 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Tue, 18 Sep 2012 20:43:25 +0000 (13:43 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/config-cluster/ceph-conf.rst

index 8f262035b297d1bb8aa9f378481bb2c89169b533..4ff4231c5653aaa620df2e8ebd98aa8caa51abbb 100644 (file)
@@ -198,7 +198,7 @@ minimal settings for  each instance of a daemon. For example:
                host = hostName
 
 .. important:: The ``host`` setting is the short name of the host (i.e., not 
-   an fqdn). It is **NOT** and IP address either.  Enter ``hostname`` on 
+   an fqdn). It is **NOT** and IP address either.  Enter ``hostname -s`` on 
    the command line to retrieve the name of the host. Also, this setting is 
    **ONLY** for ``mkcephfs`` and manual deployment. It **MUST NOT**
    be used with ``chef`` or ``ceph-deploy``.