-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
We should split it into two steps. store() should only store the options, but not act on them. A new function process() should act on them. Currently it is hard to get a holistic view of all options because things like --fork and --logpath modify the running state before we can intercept. This is particularly a problem for --shutdown, but there are other cases where it would be nice to have a step between reading the config and acting on it.
- is related to
-
SERVER-5115 Service install with just a config file results in a service that cannot be started
- Closed
-
SERVER-5186 When mongod --shutdown is issued, an incorrect message is logged
- Closed
-
SERVER-5187 mongod --shutdown flag should ignore the fork option
- Closed