NFS v4.0 server enforces mandatory file locking because of which conflicting write operations by client are denied by server. How do I make NFS client aware that server enforces mandatory file lock so that client never perform conflicting write operations? Is there any configuration that can be set up to make this work?
I looked up all nfs4 mount options but there is no relevant option. NFS v2 and v3 support a mount option nolock
but that is not supported by nfs4.