Skip to content

Commit e998bf5

Browse files
authored
Remove journal from all configs (#1069)
1 parent c520651 commit e998bf5

24 files changed

+0
-34
lines changed

orchestration_configs/replica_sets/auth-ssl.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"procParams": {
99
"ipv6": true,
1010
"bind_ip": "127.0.0.1,::1",
11-
"journal": true,
1211
"port": 27017,
1312
"setParameter" : { "enableTestCommands": 1 }
1413
},
@@ -23,7 +22,6 @@
2322
"procParams": {
2423
"ipv6": true,
2524
"bind_ip": "127.0.0.1,::1",
26-
"journal": true,
2725
"port": 27018,
2826
"setParameter" : { "enableTestCommands": 1 }
2927
},
@@ -38,7 +36,6 @@
3836
"procParams": {
3937
"ipv6": true,
4038
"bind_ip": "127.0.0.1,::1",
41-
"journal": true,
4239
"port": 27019,
4340
"setParameter" : { "enableTestCommands": 1 }
4441
},

orchestration_configs/replica_sets/auth-thisDB-ssl.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"procParams": {
1010
"ipv6": true,
1111
"bind_ip": "127.0.0.1,::1",
12-
"journal": true,
1312
"port": 27017,
1413
"setParameter" : { "enableTestCommands": 1 }
1514
},
@@ -24,7 +23,6 @@
2423
"procParams": {
2524
"ipv6": true,
2625
"bind_ip": "127.0.0.1,::1",
27-
"journal": true,
2826
"port": 27018,
2927
"setParameter" : { "enableTestCommands": 1 }
3028
},
@@ -39,7 +37,6 @@
3937
"procParams": {
4038
"ipv6": true,
4139
"bind_ip": "127.0.0.1,::1",
42-
"journal": true,
4340
"port": 27019,
4441
"setParameter" : { "enableTestCommands": 1 }
4542
},

orchestration_configs/replica_sets/auth.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"procParams": {
88
"ipv6": true,
99
"bind_ip": "127.0.0.1,::1",
10-
"journal": true,
1110
"port": 27017,
1211
"setParameter" : { "enableTestCommands": 1 }
1312
},
@@ -22,7 +21,6 @@
2221
"procParams": {
2322
"ipv6": true,
2423
"bind_ip": "127.0.0.1,::1",
25-
"journal": true,
2624
"port": 27018,
2725
"setParameter" : { "enableTestCommands": 1 }
2826
},
@@ -37,7 +35,6 @@
3735
"procParams": {
3836
"ipv6": true,
3937
"bind_ip": "127.0.0.1,::1",
40-
"journal": true,
4138
"port": 27019,
4239
"setParameter" : { "enableTestCommands": 1 }
4340
},

orchestration_configs/replica_sets/basic-ssl.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"procParams": {
66
"ipv6": true,
77
"bind_ip": "127.0.0.1,::1",
8-
"journal": true,
98
"port": 27017,
109
"setParameter" : { "enableTestCommands": 1 }
1110
},
@@ -20,7 +19,6 @@
2019
"procParams": {
2120
"ipv6": true,
2221
"bind_ip": "127.0.0.1,::1",
23-
"journal": true,
2422
"port": 27018,
2523
"setParameter" : { "enableTestCommands": 1 }
2624
},
@@ -35,7 +33,6 @@
3533
"procParams": {
3634
"ipv6": true,
3735
"bind_ip": "127.0.0.1,::1",
38-
"journal": true,
3936
"port": 27019,
4037
"setParameter" : { "enableTestCommands": 1 }
4138
},

orchestration_configs/replica_sets/basic.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"procParams": {
66
"ipv6": true,
77
"bind_ip": "127.0.0.1,::1",
8-
"journal": true,
98
"port": 27017,
109
"setParameter" : { "enableTestCommands": 1 }
1110
},
@@ -20,7 +19,6 @@
2019
"procParams": {
2120
"ipv6": true,
2221
"bind_ip": "127.0.0.1,::1",
23-
"journal": true,
2422
"port": 27018,
2523
"setParameter" : { "enableTestCommands": 1 }
2624
},
@@ -35,7 +33,6 @@
3533
"procParams": {
3634
"ipv6": true,
3735
"bind_ip": "127.0.0.1,::1",
38-
"journal": true,
3936
"port": 27019,
4037
"setParameter" : { "enableTestCommands": 1 }
4138
},

orchestration_configs/servers/auth-aws.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"ipv6": true,
99
"bind_ip": "127.0.0.1,::1",
1010
"logappend": true,
11-
"journal": true,
1211
"port": 27017,
1312
"setParameter": {"enableTestCommands": 1, "authenticationMechanisms": "MONGODB-AWS,SCRAM-SHA-256,SCRAM-SHA-1"}
1413
}

orchestration_configs/servers/auth-ssl.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"ipv6": true,
88
"bind_ip": "127.0.0.1,::1",
99
"logappend": true,
10-
"journal": true,
1110
"port": 27017
1211
},
1312
"sslParams": {

orchestration_configs/servers/auth.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"ipv6": true,
99
"bind_ip": "127.0.0.1,::1",
1010
"logappend": true,
11-
"journal": true,
1211
"port": 27017
1312
}
1413
}

orchestration_configs/servers/basic-ipv4-only.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"procParams": {
44
"ipv6": false,
55
"logappend": true,
6-
"journal": true,
76
"port": 27017
87
}
98
}

orchestration_configs/servers/basic-ssl.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"ipv6": true,
66
"bind_ip": "127.0.0.1,::1",
77
"logappend": true,
8-
"journal": true,
98
"port": 27017
109
},
1110
"sslParams": {

0 commit comments

Comments
 (0)