Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
2.6.6
-
Centos 7
-
Fully Compatible
-
Linux
-
Description
When using YAML inline syntax, for example:
processManagement.pidFilePath: /var/run/mongod/mongod.pid
instead of:
processManagement:
pidFilePath: /var/run/mongod/mongod.pid
the init script is not able to pick up the correct DBPATH and PIDFILEPATH and fails if directory is not present.
Attachments
Issue Links
- is related to
-
SERVER-13595 Red Hat init.d script error: YAML config file parsing
-
- Closed
-
-
SERVER-18060 init.d script for cents does not support YAML config therefore cannot configure WiredTiger
-
- Closed
-
-
SERVER-17337 RPM Init script breaks with quotes in yaml config file
-
- Closed
-
- related to
-
SERVER-16721 Allow init script PIDFILEPATH to be configured via sysconfig
-
- Closed
-
-
SERVER-16731 Remove unused DBPATH init script variable
-
- Closed
-
- links to