Using the following YAML config file (everything else left out, so set to defaults):
storage:
quota:
enforced: true
Results in this error message and mongod failing to start:
Unrecognized option: storage.quota.enforced
Tested on Windows 2.6.3 and Linux 2.6.3 builds with identical results, tried various values without success: true, false, 0, 1 and blank
Note that storage.quota.maxFilesPerDB works, no error
- is duplicated by
-
SERVER-16800 Conflict between documentation of storage.quota.enforced and code
- Closed