summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommi Virtanen <tommi.virtanen@dreamhost.com>2011-09-06 13:48:44 -0700
committerTommi Virtanen <tommi.virtanen@dreamhost.com>2011-09-06 13:48:44 -0700
commit1a52cbdeb7a7e3a65b8ea4b57643f2e322293dc4 (patch)
treecc92662ee358f50a4447483c507672f5ebccee1b
parent47b09e2f0463f6a5ea8cc8e127b012a0cf1ec4af (diff)
downloadceph-1a52cbdeb7a7e3a65b8ea4b57643f2e322293dc4.tar.gz
doc: Explicitly say ceph.conf host= must not include domain name.
Hopefully this will work some day, but it doesn't right now. Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
-rw-r--r--doc/ops/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ops/install.rst b/doc/ops/install.rst
index 22ff4baec9c..d0b589d56fc 100644
--- a/doc/ops/install.rst
+++ b/doc/ops/install.rst
@@ -105,7 +105,7 @@ Here's a template for a 3-node cluster, where all three machines run a
:ref:`monitor <monitor>` and an :ref:`object store <rados>`, and the
first one runs the :ref:`Ceph filesystem daemon <cephfs>`. Replace the
hostnames and IP addresses with your own, and add/remove hosts as
-appropriate.
+appropriate. All hostnames *must* be short form (no domain).
.. literalinclude:: mycluster.conf
:language: ini