Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2008 17:44:43 -0400
From:      "Bob Johnson" <fbsdlists@gmail.com>
To:        Onkar <onkar.n.m@gmail.com>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: Storage projects
Message-ID:  <54db43990805151444w3bc3e473y161533cdd06ecd2e@mail.gmail.com>
In-Reply-To: <6933400d0805150822q31f09c7ah60fd3a0a5e67094d@mail.gmail.com>
References:  <6933400d0805150822q31f09c7ah60fd3a0a5e67094d@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Do you want a programming project, or a figure-out-how-to-do-it project?

One thing that pops up once in a while is the need for a real-time
distributed file server. I.E. two or more fileservers serving the same
files from physically separate locations, while keeping the files
synchronized in real time. One scenario is a business that has
multiple offices and would like to reduce inter-office network traffic
by having a synchronized file server at each local office, so read
access is to the local file server, and only the (relatively rare)
changes need to propagate across the network. Another quite common
scenario is a laptop that you want to keep synchronized with your home
fileserver regardless of where it happens to be on the Internet.


There are assorted partial solutions to this problem, but I don't know
of any that are entirely satisfactory for the general case (I admit,
I'm not up on the state of the art in this area). For instance,
running gmirror with one provider accessed via ggated is good for some
situations, but doesn't encrypt the network traffic, and really just
gives you one fileserver with real-time off-site backup.

CMU's Coda filesystem purports to be a solution to this problem, but
has pretty weak documentation (unless that has changed recently) and
unknown reliability (setting up Coda on a pair of FreeBSD systems,
documenting how to do it, getting some measurement of reliability, and
reporting on the results would be a useful project, but if you are
looking for a programming project I doubt it qualifies).

Lots of people have written papers on related ideas. One collection of
links is at http://www.cypherspace.org/links.html .  You might get
some ideas there.

- Bob


On 5/15/08, Onkar <onkar.n.m@gmail.com> wrote:
> Can anyone please suggest me a good storage(File system ,SCSI/iSCSI  stack,
> TCP/IP ) project . I have 2 AMD 64 PCs each with 1 GB RAM and 350 GB SATA
> HDD,
>
> regards,
> Onkar
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>



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