From: Stephan Hohn Date: Tue, 10 May 2016 08:20:23 +0000 (+0200) Subject: align group_vars/all.sample with roles/ceph-common/defaults/main.yml X-Git-Tag: v1.0.6~131^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F768%2Fhead;p=ceph-ansible.git align group_vars/all.sample with roles/ceph-common/defaults/main.yml --- diff --git a/group_vars/all.sample b/group_vars/all.sample index c3e7f389f..1743f919c 100644 --- a/group_vars/all.sample +++ b/group_vars/all.sample @@ -314,7 +314,6 @@ dummy: ## MDS options # #mds_use_fqdn: false # if set to true, the MDS name used will be the fqdn in the ceph.conf -#mds_name: "{{ ansible_hostname }}" ## Rados Gateway options # @@ -374,12 +373,13 @@ dummy: ############# #disable_transparent_hugepage: true -#disable_swap: true +#disable_swap: false #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 }}" }