change the nfs option to have longer actimeo on dl servers

This commit is contained in:
Stephen Smoogen 2014-05-21 22:48:39 +00:00
parent 92072f0461
commit f6e1c1cb1c

View file

@ -3,3 +3,6 @@ tcp_ports: [80, 443, 873]
rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}"
nrpe_procs_warn: 900
nrpe_procs_crit: 1000
# nfs mount options, overrides the all/default
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,actime=600"