From 2003d70bc99d26a989f528475359af6750820aec Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 15 Mar 2023 15:16:02 -0700 Subject: [PATCH] download-iad2: try nfsv4 also Signed-off-by: Kevin Fenzi --- inventory/group_vars/download_iad2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/download_iad2 b/inventory/group_vars/download_iad2 index 74306d49a9..71117506e7 100644 --- a/inventory/group_vars/download_iad2 +++ b/inventory/group_vars/download_iad2 @@ -4,7 +4,7 @@ datacenter: iad2 dns: 10.3.163.33 host_group: download-iad2 # nfs mount options, overrides the all/default -nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,actimeo=600,nfsvers=3" +nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,actimeo=600,nfsvers=4" nrpe_procs_crit: 1000 nrpe_procs_warn: 900 rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}"