From 314d5d8663897f484e3f757502e28d29aef16e0e Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 10 Feb 2020 11:12:01 +1100 Subject: [PATCH] DCD-937: Move back to NFS v3 as using v4 conflicts with docs and is causing customer confusion. To be revisited later. --- roles/nfs_mount/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nfs_mount/tasks/main.yml b/roles/nfs_mount/tasks/main.yml index 9e170e4..fcc6453 100644 --- a/roles/nfs_mount/tasks/main.yml +++ b/roles/nfs_mount/tasks/main.yml @@ -13,5 +13,5 @@ src: "{{ atl_fileserver_host }}:{{ atl_nfs_target }}" path: "{{ atl_nfs_mountpoint }}" fstype: nfs - opts: "rw,nfsvers=4.1,lookupcache=pos,noatime,intr,rsize=32768,wsize=32768,_netdev" + opts: "rw,nfsvers=3,lookupcache=pos,noatime,intr,rsize=32768,wsize=32768,_netdev" state: mounted