]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add warning about multiple monitors on one machine.
authorGreg Farnum <gregory.farnum@dreamhost.com>
Tue, 1 May 2012 23:40:46 +0000 (16:40 -0700)
committerGreg Farnum <gregory.farnum@dreamhost.com>
Tue, 1 May 2012 23:40:46 +0000 (16:40 -0700)
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
doc/ops/install/mkcephfs.rst

index b2e3f53d7686f591ea831fa9a5e4511a26747242..2433d87f5cc7c14235d9b1d8ebfc5b4136617c35 100644 (file)
@@ -117,6 +117,10 @@ appropriate. All hostnames *must* be short form (no domain).
 Note how the ``host`` variables dictate what node runs what
 services. See :doc:`/config` for more information.
 
+It is **very important** that you only run a single monitor on each node. If
+you attempt to run more than one monitor on a node, you reduce your reliability
+and the procedures in this documentation will not behave reliably.
+
 .. todo:: More specific link for host= convention.
 
 .. todo:: Point to cluster design docs, once they are ready.