library/roles/mongodb-org/defaults/main.yml: Document the use of --setParameter newCollectionsUsePowerOf2Sizes=false

This commit is contained in:
Andrea Dell'Amico 2016-04-19 19:08:41 +02:00
parent 908e7adce4
commit 7581a03035
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ mongodb_log_retain_days: 7
mongodb_directoryperdb: False
mongodb_conf_file: /etc/mongod.conf
mongodb_daemon: /usr/bin/mongod
# --setParameter newCollectionsUsePowerOf2Sizes=false is useful if there are disk space constraints.
mongod_additional_options: ""
mongodb_allowed_hosts:
- 127.0.0.1/8