-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.6.1-rc0
-
Component/s: Logging
-
None
Running 2.6.1-rc0 on CentOS 6, dbpath is on a separate drive. Used
dd if=/dev/xvdc of=drivefiller bs=100M count=200
to fill up drive with log path.
mongod started with auditDestination syslog:
mongod --logpath /var/log/mongodb/mongod.log --auditDestination syslog --replSet pain
When drive fills up and mongod can't write the log anymore, nothing happens. With auditing on it should shut down and write an audit message if possible.
- related to
-
SERVER-11028 shutdown on Audit failure
- Closed