DCD-937: Move back to NFS v3 as using v4 conflicts with docs and is causing customer confusion. To be revisited later.

This commit is contained in:
Steve Smith
2020-02-10 11:12:01 +11:00
parent d6f13a56c8
commit 314d5d8663

View File

@@ -13,5 +13,5 @@
src: "{{ atl_fileserver_host }}:{{ atl_nfs_target }}" src: "{{ atl_fileserver_host }}:{{ atl_nfs_target }}"
path: "{{ atl_nfs_mountpoint }}" path: "{{ atl_nfs_mountpoint }}"
fstype: nfs 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 state: mounted