From: Ken Dreyer Date: Fri, 3 Mar 2017 18:20:05 +0000 (-0700) Subject: avoid setting vfs_cache_pressure X-Git-Tag: v2.2.10~30^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6e2cc6271663a418e0bdde49175bf0874120166c;p=ceph-ansible.git avoid setting vfs_cache_pressure From Josh Durgin, "I'd recommend not setting vfs_cache_pressure in ceph-ansible. The syncfs issue is still there, and has caused real problems in the past, whereas there hasn't been good data showing lower vfs_cache_pressure is very helpful - the only cases I'm aware of have shown it makes little difference to performance." https://bugzilla.redhat.com/show_bug.cgi?id=1395451 --- diff --git a/defaults/main.yml b/defaults/main.yml index 3f5f2fe2d..c3753cba8 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -375,7 +375,6 @@ os_tuning_params: - { name: kernel.pid_max, value: 4194303 } - { name: fs.file-max, value: 26234859 } - { name: vm.zone_reclaim_mode, value: 0 } - - { name: vm.vfs_cache_pressure, value: 50 } - { name: vm.swappiness, value: 10 } - { name: vm.min_free_kbytes, value: "{{ vm_min_free_kbytes }}" }