Skip to content

Commit 91f63f1

Browse files
committed
PHPLIB-467: Remove priorities from MO replica sets to fix test failures
1 parent 1f4b5c1 commit 91f63f1

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

mongo-orchestration/replica_sets/replicaset-old.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"smallfiles": true
1616
},
1717
"rsParams": {
18-
"priority": 99,
1918
"tags": {
2019
"ordinal": "one",
2120
"dc": "pa"
@@ -36,7 +35,6 @@
3635
"smallfiles": true
3736
},
3837
"rsParams": {
39-
"priority": 1.1,
4038
"tags": {
4139
"ordinal": "two",
4240
"dc": "nyc"

mongo-orchestration/replica_sets/replicaset-one-node.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"bind_ip_all": true
1414
},
1515
"rsParams": {
16-
"priority": 99,
1716
"tags": {
1817
"ordinal": "one",
1918
"dc": "pa"

mongo-orchestration/replica_sets/replicaset.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"bind_ip_all": true
1414
},
1515
"rsParams": {
16-
"priority": 99,
1716
"tags": {
1817
"ordinal": "one",
1918
"dc": "pa"
@@ -32,7 +31,6 @@
3231
"bind_ip_all": true
3332
},
3433
"rsParams": {
35-
"priority": 1.1,
3634
"tags": {
3735
"ordinal": "two",
3836
"dc": "nyc"

0 commit comments

Comments
 (0)