Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Dec 2004 07:57:05 -0600 (CST)
From:      Adam Maloney <adam@whee.org>
To:        hackers@freebsd.org
Subject:   Re: My project wish-list for the next 12 months
Message-ID:  <Pine.GSO.4.60.0412020732170.24943@titan>
In-Reply-To: <p06200711bdd41029ca38@[10.0.1.2]>
References:  <41AE3F80.1000506@freebsd.org><98CE9C0241F1FC59BB8F0547@[192.168 <p06200711bdd41029ca38@[10.0.1.2]>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2 Dec 2004, Brad Knowles wrote:
>
> 	It's interesting that you mention this.  I've been giving some 
> thought to how I might be able to dive in and start seriously working on 
> building my UltraSPARC cluster (based on the four U10 clones I have already, 
> plus as many U5s as I can throw into the mix), and I was hoping to find a 
> better solution than NFS, and AFS/Coda/OpenAFS was tops of my list of 
> alternatives to consider.
>

I would be very excited to see OpenAFS become production ready on BSD.  I 
was playing with CODA a few weeks ago in a test environment.  I could get 
it to mostly work the way I wanted, but it appears that there are some 
limitations that I don't like.  For one, having to "login" to CODA using 
clog (or maybe I misunderstood the docs on this point?)  I want to be able 
to list a clustered filesystem in fstab and be usable like any other 
UFS or NFS filesystem - no logging in, permissions and ownership work, 
etc.

Better yet, an approach like Google's File System.  If I run out of space 
or speed, let me throw more boxes at it.  Without losing the filesystem. 
The machine comes onto the network, notifies one of the chunk servers that 
it's available and how much disk it's got.  The chunk servers can now send 
chunks of data to it.  Data is automatically replicated to multiple disk 
servers, and requests are shared across those servers that have copies of 
the same data.  Chunk servers share metadata so they aren't a single point 
of failure.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.60.0412020732170.24943>