Merge "Increase udp buffer sizes when installing afs client"
This commit is contained in:
commit
c9b78bc36e
2
roles/openafs-client/files/99-afs-udp.conf
Normal file
2
roles/openafs-client/files/99-afs-udp.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
net.core.rmem_max=26214400
|
||||||
|
net.core.rmem_default=26214400
|
@ -10,6 +10,15 @@
|
|||||||
paths:
|
paths:
|
||||||
- vars
|
- 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
|
- name: Check config path defined
|
||||||
fail:
|
fail:
|
||||||
msg: "openafs_client_config_path not defined"
|
msg: "openafs_client_config_path not defined"
|
||||||
|
Loading…
Reference in New Issue
Block a user