Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2006 11:27:30 -0700 (PDT)
From:      "R. B. Riddick" <arne_woerner@yahoo.com>
To:        "Zane C.B." <zanecb@midwest-connections.com>, freebsd-fs@freebsd.org
Subject:   Re: Distributed file systems or the like.
Message-ID:  <20060525182730.81646.qmail@web30311.mail.mud.yahoo.com>
In-Reply-To: <20060525125227.65f4b1df@zerda>

next in thread | previous in thread | raw e-mail | index | archive | help
--- "Zane C.B." <zanecb@midwest-connections.com> wrote:
> I am looking for something that will allow my to have multiple servers
> each containing the same filesystem and it is kept up to date in real
> time. Any one have any opinions on AFS or have any other suggestions?
>
Maybe mysql's master/slave functionality? Or any other database, that offers
replication...

CODA is like AFS and supported by FBSD since R2.2.5. In R6.1 there is a kernel
module. Maybe it is worth a try, although I have not found a man page for
coda... There seem to be two versions (coda.ko and coda5.ko)... And I found
ports/net/coda*... In a ReadMe file I found a note, that the coda kernel module
is not SMP-ready...

Or Eric's NFS idea where read access is via NFS and where write access is via
an own mechanism (e. g. each client remembers its update requests until all
storage nodes committed those updates - each client should remember succeeded
commits then, too...). :-))

-Arne

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



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