We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb8954 commit bdb627fCopy full SHA for bdb627f
source/tutorial/deploy-replica-set.txt
@@ -93,6 +93,12 @@ The examples in this procedure create a new replica set named ``rs0``.
93
94
mongo localhost:27017
95
96
+ .. note::
97
+
98
+ In a replica set, *all* members of the set must use
99
+ ``localhost`` addresses or *no* members of the replica set can
100
+ use the ``localhost`` addresses.
101
102
#. Use :method:`rs.initiate()` to initiate a replica set consisting of
103
the current member and using the default configuration:
104
0 commit comments