mirror of https://github.com/ceph/ceph-ansible.git
ceph-config: always set _osd_memory_target
this should be set when rolling_update is true as well, otherwise, it will reset to default on the upgrade
Signed-off-by: Seena Fallah <seenafallah@gmail.com>
(cherry picked from commit ac4dfa7526
)
pull/7335/head
parent
e7b7d503bb
commit
5a36d3dbe5
|
@ -98,6 +98,9 @@
|
|||
when:
|
||||
- devices | default([]) | length > 0
|
||||
|
||||
- name: set osd related config facts
|
||||
when: inventory_hostname in groups.get(osd_group_name, [])
|
||||
block:
|
||||
- name: set_fact osd_memory_target, override from ceph_conf_overrides
|
||||
set_fact:
|
||||
osd_memory_target: "{{ item }}"
|
||||
|
|
Loading…
Reference in New Issue