mirror of https://github.com/ceph/ceph-ansible.git
Bump up maximum number of open files
Large cluster will easily reach the default value so we increase it. Signed-off-by: Sébastien Han <sebastien.han@enovance.com>pull/171/head
parent
001a82f023
commit
5c66801dc7
|
@ -56,6 +56,13 @@
|
|||
state=present
|
||||
sysctl_file=/etc/sysctl.conf
|
||||
|
||||
- name: Increase the maximum number of open files
|
||||
sysctl: >
|
||||
name="fs.file-max"
|
||||
value=13211539
|
||||
state=present
|
||||
sysctl_file=/etc/sysctl.conf
|
||||
|
||||
- name: Create package directory
|
||||
file: >
|
||||
path={{ ceph_stable_ice_temp_path }}
|
||||
|
|
Loading…
Reference in New Issue