]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: update sysctl file location 1394/head
authorConcubidated <tbrekke@gmail.com>
Fri, 24 Mar 2017 19:52:37 +0000 (12:52 -0700)
committerConcubidated <tbrekke@gmail.com>
Fri, 24 Mar 2017 19:59:34 +0000 (12:59 -0700)
systctl tuning should be in the sysctl.d directory. This creates
a seperation from what values were set specific to ceph, and what
values were set by the operator.

Signed-off-by: Tyler Brekke <tbrekke@redhat.com>
roles/ceph-common/tasks/misc/system_tuning.yml

index cef219ec009ebc3afd575e05a24a09c96311dee7..4ea82868b2741a4fa57a777ffb8f08f589143871 100644 (file)
@@ -27,6 +27,6 @@
     name: "{{ item.name }}"
     value: "{{ item.value }}"
     state: present
-    sysctl_file: /etc/sysctl.conf
+    sysctl_file: /etc/sysctl.d/ceph-tuning.conf
     ignoreerrors: yes
   with_items: "{{ os_tuning_params }}"