Details
-
Improvement
-
Resolution: Done
-
Minor - P4
-
None
Description
In the last command of this page:
rs.add(
{ "host": "mongodbd3.example.net:27017", "priority": 0 })
the numeric id of the server in the replicaset configuration must be included also to make it work. By example:
rs.add(
{ "_id": 1, "host": "yval0160:27017", "priority": 0 })