I want to mount a nfs volume with nolock option, and it does mount success. But, the result seem that, the nolock option doesn't work.
[root@k8s-worker-2 opt]# umount nfs-test1/ [root@k8s-worker-2 opt]# mount -t nfs -o nolock,local_lock=all 369d24acc5-iba25.cn-shanghai.nas.aliyuncs.com:/ /opt/nfs-test1/ [root@k8s-worker-2 opt]# mount | grep nfs-test1 369d24acc5-iba25.cn-shanghai.nas.aliyuncs.com:/ on /opt/nfs-test1 type nfs4 (rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.83.54,local_lock=none,addr=192.168.83.57) even the local_lock option doesn't seems ok.