]> 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>
Fri, 13 Nov 2020 08:13:58 +0000 (09:13 +0100)
commit4d1fdd2b05d55f8028fb5593d41fa61dbddd7095
treef746b1b93392dd136ab4a3104bf111ff512bdf56
parent2fa17520c425117f87048a1d555c2e73c9e6cf6e
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>
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-config/templates/ceph.conf.j2
roles/ceph-defaults/defaults/main.yml