Commit Graph

7 Commits

Author SHA1 Message Date
Eric Milkie
c887b101db SERVER-16734 remove checkpointDelaySecs and use syncPeriodSecs instead 2015-01-08 14:55:28 -05:00
Dan Pasette
1f5fd1a3a4 SERVER-16313 skip syncDelay option test on 32 bit platforms 2014-12-17 21:32:11 -05:00
Eric Milkie
d9a10c7f8b SERVER-16313 whitelist of storage options for WiredTiger 2014-12-17 18:22:24 -05:00
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
a503b4b57e SERVER-13439 Make sure values explicitly set to false in config file show up in parsed result 2014-05-13 17:08:50 -04:00
Shaun Verch
f7d78f9511 SERVER-13603 Move option testing support code into shared test helper 2014-04-22 15:15:59 -04:00
Shaun Verch
c5f52ad447 SERVER-13379 Canonicalize noprealloc as storage.preallocDataFiles 2014-03-28 13:46:54 -04:00