mirror of https://github.com/ceph/ceph-ansible.git
osd: apply systcl right away
Without sysctl_set: yes the sysctm tuning will only get applied on the systctl.conf but not on the fly. Signed-off-by: Sébastien Han <seb@redhat.com>pull/2450/head
parent
0f8a4251ba
commit
f432819c1e
|
@ -59,5 +59,6 @@
|
||||||
value: "{{ item.value }}"
|
value: "{{ item.value }}"
|
||||||
state: present
|
state: present
|
||||||
sysctl_file: /etc/sysctl.d/ceph-tuning.conf
|
sysctl_file: /etc/sysctl.d/ceph-tuning.conf
|
||||||
|
sysctl_set: yes
|
||||||
ignoreerrors: yes
|
ignoreerrors: yes
|
||||||
with_items: "{{ os_tuning_params }}"
|
with_items: "{{ os_tuning_params }}"
|
||||||
|
|
Loading…
Reference in New Issue