On Oct 4, 2006, at 16:42, Johnathan Gifford wrote:
> But the real question about 'clustering' is, can you have multiple
> Apache/Subversion servers that all have access to the same repository?
> That is each Apache/Subversion server would mount a drive through  
> NFS to
> the repository.    Now, you cannot do this with a Berkely DB power
> repository because it cannot exist on a remote file system such NFS.
> Now what about a FSFS power repository?  You can install it on a NFS,
> but the svn book says you shouldn't.  And it does not say anything  
> about
> having multiple Apache/Subversion services accessing a single  
> repository
> over NFS.  If you can do that, then you could cluster the 'services'
> part of Subversion on separate servers with Apache as the cluster  
> point
> providing the single point of access.  This is the setup that has  
> me the
> most curious if it would work.  Anyone doing this without any  
> problems?
I was under the impression that FSFS and NFS would work fine together.
However, what about using a storage-attached network (SAN) like  
Apple's Xsan? These kinds of volumes can be mounted simultaneously on  
multiple servers and read from and written to without conflict.  
Shouldn't a bank of servers with e.g. round-robin DNS and Apache 2  
and mod_dav_svn and repositories stored on such a SAN be able to  
provide load-balanced access to these repositories?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct  5 06:04:16 2006