You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
323 B
20 lines
323 B
5 years ago
|
rs.initiate(
|
||
|
{
|
||
|
"_id":"rep-set4",
|
||
|
"members":[
|
||
|
{
|
||
|
"_id":0,
|
||
|
"host":"primary4:27017"
|
||
|
},
|
||
|
{
|
||
|
"_id":1,
|
||
|
"host":"secondary4_1:27017"
|
||
|
},
|
||
|
{
|
||
|
"_id":2,
|
||
|
"host":"secondary4_2:27017"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
);
|