From f6e1c1cb1cfbdbd226eda77706ad796df87a6447 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 21 May 2014 22:48:39 +0000 Subject: [PATCH] change the nfs option to have longer actimeo on dl servers --- inventory/group_vars/download | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/group_vars/download b/inventory/group_vars/download index a231e11436..0774f6167c 100644 --- a/inventory/group_vars/download +++ b/inventory/group_vars/download @@ -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"