[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: bdb on nfs

From: Robert Spier <rspier_at_pobox.com>
Date: 2003-04-02 20:51:44 CEST

> and it states:
> Some Linux releases are known to not support complete semantics for
> the POSIX fsync call on NFS-mounted filesystems. No Berkeley DB files
> should be placed on NFS-mounted filesystems on these systems.
> therefor i'm wondering why there seems to be a common understanding,
> that bdb does not work on nfs.

It "works" - mostly, until it potentially starts to corrupt your data.

Any sort of locking on NFS is somewhat of a hack - it might work most
of the time - but when it doesn't - you'll wonder why you did it in
the first place.

Recently at $DAY_JOB, we had to back off using a networked BDB system
because we were seeing NFS related corruption. (Different hosts would
see different views of the BDBs.) Quite nasty.

(And this is on a relatively recent Linux.)

SleepCat said that they Linux issues they mention were generally on
much older kernels.

Concurrency is hard. NFS comes close.

-R

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 2 20:52:36 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.