File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ pushd $(dirname $0)
4848 members: [
4949 { _id: 0, host: "mongo-cs-1:27017" },
5050 { _id: 1, host: "mongo-cs-2:27017" },
51- { _id: 1 , host: "mongo-cs-3:27017" }
51+ { _id: 2 , host: "mongo-cs-3:27017" }
5252 ]
5353 })'
5454 fi
@@ -59,7 +59,7 @@ pushd $(dirname $0)
5959 members: [
6060 { _id: 0, host: "mongo-rs0-1:27017" },
6161 { _id: 1, host: "mongo-rs0-2:27017" },
62- { _id: 1 , host: "mongo-rs0-3:27017", priority: 0 }
62+ { _id: 2 , host: "mongo-rs0-3:27017", priority: 0 }
6363 ]
6464 })'
6565
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ pushd $(dirname $0)
2727 members: [
2828 { _id: 0, host: "mongo-rs0-1:27017" },
2929 { _id: 1, host: "mongo-rs0-2:27017" },
30- { _id: 3 , host: "mongo-rs0-3:27017", priority: 0 }
30+ { _id: 2 , host: "mongo-rs0-3:27017", priority: 0 }
3131 ]
3232 })'
3333
You can’t perform that action at this time.
0 commit comments