-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 2.4.4
-
Component/s: Packaging
-
Environment:Ubuntu 12.04
-
Linux
-
-
Server 2.7.3
The upstart configuration installed by the mongodb-10gen package from http://downloads-distro.mongodb.org/repo/ubuntu-upstart uses start-stop-daemon(8) to control the spawn of /usr/bin/mongod. It currently doesn't use a pidfile to track the lifecycle of the process, and thus falls back to the default behaviour of scanning the process table for an extant instance of a mongod process.
This means that when, for example, mongod is running inside an LXC container on the host, the upstart script will fail to start MongoDB.
- is related to
-
SERVER-7268 Add numactl to upstart scripts
- Closed
- links to