Merge "Increase udp buffer sizes when installing afs client"

This commit is contained in:
Zuul 2020-06-05 20:43:02 +00:00 committed by Gerrit Code Review
commit c9b78bc36e
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,2 @@
net.core.rmem_max=26214400
net.core.rmem_default=26214400

View File

@ -10,6 +10,15 @@
paths:
- vars
- name: Increase udp buffer sizes
copy:
src: 99-afs-udp.conf
dest: /etc/sysctl.d/99-afs-udp.conf
owner: root
group: root
mode: '0644'
become: yes
- name: Check config path defined
fail:
msg: "openafs_client_config_path not defined"