diff options
author | Alexandre Marangone <a.marangone@gmail.com> | 2013-02-04 21:09:37 -0800 |
---|---|---|
committer | Alexandre Marangone <a.marangone@gmail.com> | 2013-02-04 21:09:37 -0800 |
commit | af8cac11f7899d2be6d1a3c79e346a92fd108d50 (patch) | |
tree | 1a4b43c409a3beb6ed82b8a708ca23d2dfc345b3 | |
parent | 4b4dba3061de83dbbcca50e8ecd47cc6e8a071be (diff) | |
download | ceph-af8cac11f7899d2be6d1a3c79e346a92fd108d50.tar.gz |
Note on host in ./doc/radosgw/config.rst
Some people have configured host with a FQDN or an IP
which prevents /etc/init.d/radosgw start to launch the daemon.
-rw-r--r-- | doc/radosgw/config.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index 368adddc033..8da20b8f3e1 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -22,6 +22,7 @@ For example:: rgw socket path = /tmp/radosgw.sock log file = /var/log/ceph/radosgw.log +.. note:: ``host`` must be your machine hostname, not FQDN. Deploy ``ceph.conf`` ==================== |