File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- If your application connects to more than one replica set, each set
2
- should have a distinct name. Some drivers group replica set
3
- connections by replica set name.
1
+ If your application connects to more than one replica set, each set must
2
+ have a distinct name. Some drivers group replica set connections by
3
+ replica set name.
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ content: |
10
10
For each member, start a :binary:`~bin.mongod` instance with the
11
11
following settings:
12
12
13
- - Set :setting:`replication.replSetName` option to the replica set name,
14
-
15
- .. include:: /includes/fact-unique-replica- set-names.rst
13
+ - Set :setting:`replication.replSetName` option to the replica set
14
+ name. If your application connects to more than one replica set,
15
+ each set must have a distinct name.
16
16
17
17
- Set :setting:`net.bindIp` option to the hostname/ip or a comma-delimited
18
- list of hostnames/ips, and
18
+ list of hostnames/ips.
19
19
20
20
- Set any other settings as appropriate for your deployment.
21
21
You can’t perform that action at this time.
0 commit comments