]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
osd: apply systcl right away
authorSébastien Han <seb@redhat.com>
Wed, 14 Mar 2018 22:41:53 +0000 (23:41 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 15 Mar 2018 13:06:26 +0000 (14:06 +0100)
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>
roles/ceph-osd/tasks/system_tuning.yml

index 7431b3cf178e34d57eae7881561aa8988e2f1810..f9663cce6e55ebaa98b62963da76c355a3804064 100644 (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 }}"