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
Sébastien Han 2018-03-14 23:41:53 +01:00 committed by Guillaume Abrioux
parent 0f8a4251ba
commit f432819c1e
1 changed files with 1 additions and 0 deletions

View File

@ -59,5 +59,6 @@
value: "{{ item.value }}"
state: present
sysctl_file: /etc/sysctl.d/ceph-tuning.conf
sysctl_set: yes
ignoreerrors: yes
with_items: "{{ os_tuning_params }}"