Skip to content

Commit 768882d

Browse files
derickrjmikola
authored andcommitted
PHPC-1240: Remove nssize and smallfiles
1 parent f98873b commit 768882d

File tree

7 files changed

+14
-48
lines changed

7 files changed

+14
-48
lines changed

scripts/presets/travis/replica_sets/replicaset-auth.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
"logappend": true,
1212
"logpath": "/tmp/MO/REPLICASET/3010/mongod.log",
1313
"journal": true,
14-
"nssize": 1,
1514
"port": 3010,
16-
"bind_ip_all": true,
17-
"smallfiles": true
15+
"bind_ip_all": true
1816
},
1917
"rsParams": {
2018
"priority": 99,
@@ -31,10 +29,8 @@
3129
"logappend": true,
3230
"logpath": "/tmp/MO/REPLICASET/3011/mongod.log",
3331
"journal": true,
34-
"nssize": 1,
3532
"port": 3011,
36-
"bind_ip_all": true,
37-
"smallfiles": true
33+
"bind_ip_all": true
3834
},
3935
"rsParams": {
4036
"priority": 1.1,
@@ -51,10 +47,8 @@
5147
"logappend": true,
5248
"logpath": "/tmp/MO/REPLICASET/3012/mongod.log",
5349
"journal": true,
54-
"nssize": 1,
5550
"port": 3012,
56-
"bind_ip_all": true,
57-
"smallfiles": true
51+
"bind_ip_all": true
5852
},
5953
"rsParams": {
6054
"arbiterOnly": true

scripts/presets/travis/replica_sets/replicaset-old.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88
"logappend": true,
99
"logpath": "/tmp/MO/REPLICASET/3500/mongod.log",
1010
"journal": true,
11-
"nssize": 1,
1211
"port": 3500,
13-
"bind_ip": "::,0.0.0.0",
14-
"smallfiles": true
12+
"bind_ip": "::,0.0.0.0"
1513
},
1614
"rsParams": {
1715
"priority": 99,
@@ -28,10 +26,8 @@
2826
"logappend": true,
2927
"logpath": "/tmp/MO/REPLICASET/3501/mongod.log",
3028
"journal": true,
31-
"nssize": 1,
3229
"port": 3501,
33-
"bind_ip": "::,0.0.0.0",
34-
"smallfiles": true
30+
"bind_ip": "::,0.0.0.0"
3531
},
3632
"rsParams": {
3733
"priority": 1.1,
@@ -48,10 +44,8 @@
4844
"logappend": true,
4945
"logpath": "/tmp/MO/REPLICASET/3502/mongod.log",
5046
"journal": true,
51-
"nssize": 1,
5247
"port": 3502,
53-
"bind_ip": "::,0.0.0.0",
54-
"smallfiles": true
48+
"bind_ip": "::,0.0.0.0"
5549
},
5650
"rsParams": {
5751
"arbiterOnly": true

scripts/presets/travis/replica_sets/replicaset-one-node.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88
"logappend": true,
99
"logpath": "/tmp/MO/REPLICASET/3020/mongod.log",
1010
"journal": true,
11-
"nssize": 1,
1211
"port": 3020,
13-
"bind_ip_all": true,
14-
"smallfiles": true
12+
"bind_ip_all": true
1513
},
1614
"rsParams": {
1715
"priority": 99,

scripts/presets/travis/sharded_clusters/cluster_replset.json

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
"ipv6": true,
88
"journal": true,
99
"logappend": true,
10-
"nssize": 1,
1110
"port": 4490,
12-
"bind_ip_all": true,
13-
"smallfiles": true
11+
"bind_ip_all": true
1412
}
1513
},
1614
{
@@ -19,10 +17,8 @@
1917
"ipv6": true,
2018
"journal": true,
2119
"logappend": true,
22-
"nssize": 1,
2320
"port": 4491,
24-
"bind_ip_all": true,
25-
"smallfiles": true
21+
"bind_ip_all": true
2622
}
2723
},
2824
{
@@ -31,10 +27,8 @@
3127
"ipv6": true,
3228
"journal": true,
3329
"logappend": true,
34-
"nssize": 1,
3530
"port": 4492,
36-
"bind_ip_all": true,
37-
"smallfiles": true
31+
"bind_ip_all": true
3832
}
3933
}
4034
]
@@ -51,20 +45,16 @@
5145
"ipv6": true,
5246
"journal": true,
5347
"logappend": true,
54-
"nssize": 1,
5548
"port": 4400,
56-
"bind_ip_all": true,
57-
"smallfiles": true
49+
"bind_ip_all": true
5850
} },
5951
{ "procParams": {
6052
"logpath": "/tmp/MO/SHARDED-RS/SHARD1/4401/mongod.log",
6153
"ipv6": true,
6254
"journal": true,
6355
"logappend": true,
64-
"nssize": 1,
6556
"port": 4401,
66-
"bind_ip_all": true,
67-
"smallfiles": true
57+
"bind_ip_all": true
6858
} }
6959
]
7060
}
@@ -79,20 +69,16 @@
7969
"ipv6": true,
8070
"journal": true,
8171
"logappend": true,
82-
"nssize": 1,
8372
"port": 4410,
84-
"bind_ip_all": true,
85-
"smallfiles": true
73+
"bind_ip_all": true
8674
} },
8775
{ "procParams": {
8876
"logpath": "/tmp/MO/SHARDED-RS/SHARD2/4411/mongod.log",
8977
"ipv6": true,
9078
"journal": true,
9179
"logappend": true,
92-
"nssize": 1,
9380
"port": 4411,
94-
"bind_ip_all": true,
95-
"smallfiles": true
81+
"bind_ip_all": true
9682
} }
9783
]
9884
}

scripts/presets/travis/standalone/standalone-auth.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
"logappend": true,
1010
"logpath": "/tmp/MO/STANDALONE/AUTH/mongod.log",
1111
"journal": true,
12-
"nssize": 1,
1312
"port": 2200,
1413
"bind_ip_all": true,
15-
"smallfiles": true,
1614
"setParameter": {"enableTestCommands": 1}
1715
}
1816
}

scripts/presets/travis/standalone/standalone-old.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
"logappend": true,
77
"logpath": "/tmp/MO/STANDALONE/OLD/mongod.log",
88
"journal": true,
9-
"nssize": 1,
109
"port": 2700,
1110
"bind_ip": "::,0.0.0.0",
12-
"smallfiles": true,
1311
"setParameter": {"enableTestCommands": 1}
1412
}
1513
}

scripts/presets/travis/standalone/standalone-ssl.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
"logappend": true,
77
"logpath": "/tmp/MO/STANDALONE/SSL/mongod.log",
88
"journal": true,
9-
"nssize": 1,
109
"port": 2100,
1110
"bind_ip_all": true,
12-
"smallfiles": true,
1311
"setParameter": {"enableTestCommands": 1}
1412
},
1513
"sslParams": {

0 commit comments

Comments
 (0)