DCD-937: Add retries to NFS mount.

This commit is contained in:
Steve Smith
2020-02-10 13:13:23 +11:00
parent 0847996083
commit 86a7871761

View File

@@ -15,3 +15,7 @@
fstype: nfs fstype: nfs
opts: "rw,nfsvers={{ atl_nfs_version }},lookupcache=pos,noatime,intr,rsize=32768,wsize=32768,_netdev" opts: "rw,nfsvers={{ atl_nfs_version }},lookupcache=pos,noatime,intr,rsize=32768,wsize=32768,_netdev"
state: mounted state: mounted
register: mount_result
until: not mount.failed
retries: 60
delay: 5