]> 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)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 16 Nov 2020 08:21:01 +0000 (09:21 +0100)
commit0f679e7b208830280053be4d228d98156b073192
treec120491b58daadb5b129176f15f192402e8e5798
parent2ea3db269e6187485b8c37e440845ee57b67a34b
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