You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2023/03/22 13:21:47 UTC

[couchdb] branch doc/membership created (now 185ae1e30)

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

jan pushed a change to branch doc/membership
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at 185ae1e30 fix(doc): reverse definition of `all_nodes` and `cluster_nodes` to match reality

This branch includes the following new commits:

     new 185ae1e30 fix(doc): reverse definition of `all_nodes` and `cluster_nodes` to match reality

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: fix(doc): reverse definition of `all_nodes` and `cluster_nodes` to match reality

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch doc/membership
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 185ae1e303c86b1c9c58ee730b4a377decfda850
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Wed Mar 22 14:21:34 2023 +0100

    fix(doc): reverse definition of `all_nodes` and `cluster_nodes` to match reality
---
 src/docs/src/setup/cluster.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/docs/src/setup/cluster.rst b/src/docs/src/setup/cluster.rst
index ea6f6cd5c..186455e0f 100644
--- a/src/docs/src/setup/cluster.rst
+++ b/src/docs/src/setup/cluster.rst
@@ -277,7 +277,7 @@ should show all of the nodes in your cluster:
       ]
     }
 
-The ``all_nodes`` section is the list of *expected* nodes; the ``cluster_nodes``
+The ``cluster_nodes`` section is the list of *expected* nodes; the ``all_nodes``
 section is the list of *actually connected* nodes. Be sure the two lists match.
 
 Now your cluster is ready and available! You can send requests to any one of