Merge "Update Ceph container CPU/memory limits in Ceph scenarios"

This commit is contained in:
Zuul 2018-01-09 04:20:17 +00:00 committed by Gerrit Code Review
commit 5bfd8c7084
2 changed files with 4 additions and 0 deletions

View File

@ -125,6 +125,8 @@ parameter_defaults:
rule_name: ''
CephAnsibleExtraConfig:
centos_package_dependencies: []
ceph_osd_docker_memory_limit: '1g'
ceph_mds_docker_memory_limit: '1g'
CephAnsibleSkipTags: ''
#NOTE: These ID's and keys should be regenerated for
# a production deployment. What is here is suitable for

View File

@ -104,6 +104,8 @@ parameter_defaults:
CephPoolDefaultSize: 1
CephAnsibleExtraConfig:
centos_package_dependencies: []
ceph_osd_docker_memory_limit: '1g'
ceph_mds_docker_memory_limit: '1g'
CephAnsibleSkipTags: ''
#NOTE: These ID's and keys should be regenerated for
# a production deployment. What is here is suitable for