Skip to content

Commit

Permalink
nohttpinterface is not supported by mongod 3.6
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
jmikola committed Dec 5, 2017
1 parent a67dc6e commit d504bfe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/presets/replicaset.json
Expand Up @@ -8,7 +8,6 @@
"ipv6": true,
"logappend": true,
"logpath": "/tmp/REPLICASET/3000/mongod.log",
"nohttpinterface": true,
"journal": true,
"noprealloc": true,
"nssize": 1,
Expand All @@ -31,7 +30,6 @@
"ipv6": true,
"logappend": true,
"logpath": "/tmp/REPLICASET/3001/mongod.log",
"nohttpinterface": true,
"journal": true,
"noprealloc": true,
"nssize": 1,
Expand All @@ -54,7 +52,6 @@
"ipv6": true,
"logappend": true,
"logpath": "/tmp/REPLICASET/3002/mongod.log",
"nohttpinterface": true,
"journal": true,
"noprealloc": true,
"nssize": 1,
Expand Down

0 comments on commit d504bfe

Please sign in to comment.