On 04/27/2016 05:37 AM, Chen Chen wrote:
> Hi everyone,
> 
> Does Gluster NFS mount support file locking?
> 
> My program blocked at "flock(3, LOCK_EX"
> "rpcinfo -p" said nlockmgr is running
> firewalld (of both client and server) already disabled
> mounted with "local_lock=none"
> 

NFS (and Gluster NFS, Gluster Native) _only_ supports POSIX advisory
locking, i.e. fcntl (fd, F_SETLK, ....);

-- 

Kaleb
_______________________________________________
Gluster-users mailing list
[email protected]
http://www.gluster.org/mailman/listinfo/gluster-users

Reply via email to