This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a commit to branch mem3-seedlist
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 2f3a8966000736f228a3c442d98e93a890191dc2
Author: Adam Kocoloski <kocol...@apache.org>
AuthorDate: Wed Oct 17 17:01:12 2018 -0400

    Document the new seedlist config setting
---
 src/config/cluster.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/config/cluster.rst b/src/config/cluster.rst
index 51c007f..969f7e2 100644
--- a/src/config/cluster.rst
+++ b/src/config/cluster.rst
@@ -69,3 +69,14 @@ Cluster Options
 
     .. seealso::
         :ref:`cluster/databases/placement`
+
+    .. config:option:: seedlist
+
+    An optional, comma-delimited list of node names that this node should
+    contact in order to join a cluster. If a seedlist is configured the ``_up``
+    endpoint will return a 404 until the node has successfully contacted at
+    least one of the members of the seedlist and replicated an up-to-date copy
+    of the ``_nodes``, ``_dbs``, and ``_users`` system databases.
+
+        [cluster]
+        seedlist = couc...@node1.example.com,couc...@node2.example.com

Reply via email to