]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
containers: bump memory limit beta-3.1.0 v3.1.0beta2 v3.1.0rc1
authorSébastien Han <seb@redhat.com>
Mon, 8 Jan 2018 15:41:42 +0000 (16:41 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 9 Jan 2018 10:26:50 +0000 (11:26 +0100)
A default value of 4GB for MDS is more appropriate and 3GB for OSD also.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1531607
Signed-off-by: Sébastien Han <seb@redhat.com>
group_vars/mdss.yml.sample
group_vars/osds.yml.sample
roles/ceph-mds/defaults/main.yml
roles/ceph-osd/defaults/main.yml

index 3bfab976943294d58dfc84d3946e1e31c56de1c8..82ab1269b3dd3af43a060ce2680b302c03d08ddd 100644 (file)
@@ -27,7 +27,7 @@ dummy:
 # For the whole list of limits you can apply see: docs.docker.com/engine/admin/resource_constraints
 # Default values are based from: https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/2/html/red_hat_ceph_storage_hardware_guide/minimum_recommendations
 # These options can be passed using the 'ceph_mds_docker_extra_env' variable.
-#ceph_mds_docker_memory_limit: 1g
+#ceph_mds_docker_memory_limit: 4g
 #ceph_mds_docker_cpu_limit: 1
 
 # we currently for MDS_NAME to hostname because of a bug in ceph-docker
index 8ae7b606552c6ffc6b1ddd948b642de1abca9b71..b0b84845065f5a95502814f43e80a901a3515549 100644 (file)
@@ -260,7 +260,7 @@ dummy:
 # For the whole list of limits you can apply see: docs.docker.com/engine/admin/resource_constraints
 # Default values are based from: https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/2/html/red_hat_ceph_storage_hardware_guide/minimum_recommendations
 # These options can be passed using the 'ceph_osd_docker_extra_env' variable.
-#ceph_osd_docker_memory_limit: 1g
+#ceph_osd_docker_memory_limit: 3g
 #ceph_osd_docker_cpu_limit: 1
 
 # The next two variables are undefined, and thus, unused by default.
index b065bc7b62e0baf5ed9b05407b695f3f3a05385c..8c62a666aae7c59ba99b66d99f33d251ef1ef1c4 100644 (file)
@@ -19,7 +19,7 @@ copy_admin_key: false
 # For the whole list of limits you can apply see: docs.docker.com/engine/admin/resource_constraints
 # Default values are based from: https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/2/html/red_hat_ceph_storage_hardware_guide/minimum_recommendations
 # These options can be passed using the 'ceph_mds_docker_extra_env' variable.
-ceph_mds_docker_memory_limit: 1g
+ceph_mds_docker_memory_limit: 4g
 ceph_mds_docker_cpu_limit: 1
 
 # we currently for MDS_NAME to hostname because of a bug in ceph-docker
index 8b43b438fc3dd8af85f446f5e13dd61380e91254..8c50f507502f3eb87511d7ae1dc63bdbef92beaf 100644 (file)
@@ -252,7 +252,7 @@ ceph_config_keys: [] # DON'T TOUCH ME
 # For the whole list of limits you can apply see: docs.docker.com/engine/admin/resource_constraints
 # Default values are based from: https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/2/html/red_hat_ceph_storage_hardware_guide/minimum_recommendations
 # These options can be passed using the 'ceph_osd_docker_extra_env' variable.
-ceph_osd_docker_memory_limit: 1g
+ceph_osd_docker_memory_limit: 3g
 ceph_osd_docker_cpu_limit: 1
 
 # The next two variables are undefined, and thus, unused by default.