Please tell me there are some greybeards on this forum...
When my node loses connection to an NFS mount, when running the df command, the whole system hangs until it is unmounted.
Is there an option in fstab or exports that can safeguard me from this?
fstab:
defaults,_netdev,soft,intr,nolock,noacl,noatime,sync,proto=tcp,mountproto=udp,port=(removed) 0 0
NFS server exports:
(rw,async,no_root_squash,no_subtree_check,no_wdelay,fsid=16)
I was thinking changing the retrans to a very low value?
Any help is appreciated!
When my node loses connection to an NFS mount, when running the df command, the whole system hangs until it is unmounted.
Is there an option in fstab or exports that can safeguard me from this?
fstab:
defaults,_netdev,soft,intr,nolock,noacl,noatime,sync,proto=tcp,mountproto=udp,port=(removed) 0 0
NFS server exports:
(rw,async,no_root_squash,no_subtree_check,no_wdelay,fsid=16)
I was thinking changing the retrans to a very low value?
Any help is appreciated!