-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 2.6.6
-
Component/s: Packaging
-
Environment:Centos 7
-
Fully Compatible
-
Linux
-
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.
- 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