align group_vars/all.sample with roles/ceph-common/defaults/main.yml

pull/768/head
Stephan Hohn 2016-05-10 10:20:23 +02:00
parent 4dad21c481
commit 6ae24541ce
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}" }