Skip to content

Commit d504bfe

Browse files
committed
nohttpinterface is not supported by mongod 3.6
3.6 is the first and default release version in the MO config and specifying an unsupported command line options prevents the replicaset configuration from starting (in turn, start-servers.php fails).
1 parent a67dc6e commit d504bfe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/presets/replicaset.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"ipv6": true,
99
"logappend": true,
1010
"logpath": "/tmp/REPLICASET/3000/mongod.log",
11-
"nohttpinterface": true,
1211
"journal": true,
1312
"noprealloc": true,
1413
"nssize": 1,
@@ -31,7 +30,6 @@
3130
"ipv6": true,
3231
"logappend": true,
3332
"logpath": "/tmp/REPLICASET/3001/mongod.log",
34-
"nohttpinterface": true,
3533
"journal": true,
3634
"noprealloc": true,
3735
"nssize": 1,
@@ -54,7 +52,6 @@
5452
"ipv6": true,
5553
"logappend": true,
5654
"logpath": "/tmp/REPLICASET/3002/mongod.log",
57-
"nohttpinterface": true,
5855
"journal": true,
5956
"noprealloc": true,
6057
"nssize": 1,

0 commit comments

Comments
 (0)