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

Re: What to do when disk is nearly full

From: Nick Thompson <nickthompson_at_agere.com>
Date: 2006-05-17 11:07:10 CEST

On Tuesday 16 May 2006 19:53, Jared Hardy wrote:
> On 5/16/06, Sinang, Danny <D.Sinang@spi-bpo.com> wrote:
> > 1. Move some repositories to NFS partitions
>
> As I understand it, this should be possible using FSFS, but may
> have some major performance issues.

We use Subversion with all of our FSFS repos mounted over NFS. It
works fine and is fast as long as NFS caching is enabled. OTOH, we
have gigabit Ethernet between the server and a NetApps filer which
has several gig of disk cache. Our remote NFS accesses are faster
than typical local disk accesses, though a local RAID array might do
better with good hardware.

I think NFS caching is reasonable to use in our setup where only a
single server accesses the repos. But it might not work so well if
more than one server is used or if clients ever try to access the
repo directly. With NFS cache turned off, Subversion client
operations are many (~10) times slower.

Also make sure the NFS file locking is enabled and working. This is
vital. Not all NFS servers support this, so please check carefully.

Bye,

-- 
> Nick Thompson
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 17 11:08:44 2006

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

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