NFS File Locking across multiple machines

Kris Kennaway kris at obsecurity.org
Wed Feb 9 13:52:45 PST 2005


On Wed, Feb 09, 2005 at 11:33:26AM -0800, Tim Traver wrote:
> Hi all,
> 
> a couple of years back, we ran into a problem with the FreeBSD NFS code 
> where file locks were not seen by other machines.
> 
> We use Netapp disk hardware to mount NFS filesystems to our FreeBSD 
> systems. In the past, two different machines would not recognize locks 
> from each other, and would sometimes cause file collisions.
> 
> From the same machine, two different processes would recognize locks 
> without a problem.
> 
> In our experience, the Sun servers that we had also did not have any 
> problems. This was after creating specific tests to make this determination.
> 
> We reported it to the freebsd developers way back when, and have lost 
> track as to the status of the issue.
> 
> Does anyone on this list know of the developer that was developing the 
> NFS code ??? or know anything about the issue ??? or have an answer ??? ;)
> 
> I'd like to talk to him/her to see what the status is in the later 
> FreeBSD 4.x series as well as 5.x

In 4.x and older rpc.lockd does not implement client-side locking.
This is documented in the manpage.  In 5.x and later rpc.lockd does do
client-side locking.

Kris

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20050209/0c4ccd29/attachment-0001.bin


More information about the freebsd-questions mailing list