Commit Graph

2 Commits

Author SHA1 Message Date
Benety Goh
72975ae905 SERVER-15557 added "Storage options" section in --help output.
migraged dotted names of mmapv1 options from "storage" to "storage.mmapv1"
                 storage.mmapv1.directoryPerDB
                 storage.mmapv1.journal.commitIntervalMs
                 storage.mmapv1.journal.debugFlags
                 storage.mmapv1.nsSize
                 storage.mmapv1.preallocDataFiles
                 storage.mmapv1.quota.enforced
                 storage.mmapv1.quota.maxFilesPerDB
                 storage.mmapv1.smallFiles
                 storage.mmapv1.syncPeriodSecs
             dotted names (without the ".mmapv1" component) of mmapv1 options before migration
                 will still be accepted but a warning will be raised at startup.
2014-11-03 15:07:06 -05:00
Shaun Verch
c5f52ad447 SERVER-13379 Canonicalize noprealloc as storage.preallocDataFiles 2014-03-28 13:46:54 -04:00