Skip to content

Commit 2ef765a

Browse files
committed
Remove deprecated noprealloc option from MO procParams
1 parent 6fd00ef commit 2ef765a

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

scripts/presets/replicaset-30.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"logappend": true,
1010
"logpath": "/tmp/REPLICASET/3100/mongod.log",
1111
"journal": true,
12-
"noprealloc": true,
1312
"nssize": 1,
1413
"port": 3100,
1514
"bind_ip": "0.0.0.0,::",
@@ -32,7 +31,6 @@
3231
"logappend": true,
3332
"logpath": "/tmp/REPLICASET/3101/mongod.log",
3433
"journal": true,
35-
"noprealloc": true,
3634
"nssize": 1,
3735
"port": 3101,
3836
"bind_ip": "0.0.0.0,::",
@@ -55,7 +53,6 @@
5553
"logappend": true,
5654
"logpath": "/tmp/REPLICASET/3002/mongod.log",
5755
"journal": true,
58-
"noprealloc": true,
5956
"nssize": 1,
6057
"port": 3102,
6158
"bind_ip": "0.0.0.0,::",

scripts/presets/replicaset-dns.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"logappend": true,
1010
"logpath": "/tmp/REPLICASET/27017/mongod.log",
1111
"journal": true,
12-
"noprealloc": true,
1312
"nssize": 1,
1413
"port": 27017,
1514
"bind_ip_all": true,
@@ -28,7 +27,6 @@
2827
"logappend": true,
2928
"logpath": "/tmp/REPLICASET/27018/mongod.log",
3029
"journal": true,
31-
"noprealloc": true,
3230
"nssize": 1,
3331
"port": 27018,
3432
"bind_ip_all": true,
@@ -47,7 +45,6 @@
4745
"logappend": true,
4846
"logpath": "/tmp/REPLICASET/27019/mongod.log",
4947
"journal": true,
50-
"noprealloc": true,
5148
"nssize": 1,
5249
"port": 27019,
5350
"bind_ip_all": true,

scripts/presets/replicaset.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"logappend": true,
1010
"logpath": "/tmp/REPLICASET/3000/mongod.log",
1111
"journal": true,
12-
"noprealloc": true,
1312
"nssize": 1,
1413
"port": 3000,
1514
"bind_ip_all": true,
@@ -32,7 +31,6 @@
3231
"logappend": true,
3332
"logpath": "/tmp/REPLICASET/3001/mongod.log",
3433
"journal": true,
35-
"noprealloc": true,
3634
"nssize": 1,
3735
"port": 3001,
3836
"bind_ip_all": true,
@@ -55,7 +53,6 @@
5553
"logappend": true,
5654
"logpath": "/tmp/REPLICASET/3002/mongod.log",
5755
"journal": true,
58-
"noprealloc": true,
5956
"nssize": 1,
6057
"port": 3002,
6158
"bind_ip_all": true,

0 commit comments

Comments
 (0)