]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
config: Always use osd_memory_target if set
authorGaudenz Steinlin <gaudenz.steinlin@cloudscale.ch>
Mon, 28 Oct 2019 09:41:26 +0000 (10:41 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Fri, 13 Nov 2020 14:27:11 +0000 (09:27 -0500)
commitbb3cfd0481cfb593c3d029553d3e640772829d65
tree965c63763cdb4e91a035b29cf62f5eb6058ccb34
parentee43555148aaab2a356a3d3ee92097030900f31a
config: Always use osd_memory_target if set

The osd_memory_target variable was only used if it was higher than the
calculated value based on the number of OSDs. This is changed to always
use the value if it is set in the configuration. This allows this value
to be intentionally set lower so that it does not have to be changed
when more OSDs are added later.

Signed-off-by: Gaudenz Steinlin <gaudenz.steinlin@cloudscale.ch>
(cherry picked from commit 4d1fdd2b05d55f8028fb5593d41fa61dbddd7095)
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-config/templates/ceph.conf.j2
roles/ceph-defaults/defaults/main.yml