Gentoo Archives: gentoo-user

From: William Kenworthy <billk@×××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] filesystems
Date: Mon, 24 Nov 2008 12:44:15
Message-Id: 1227530646.26615.66.camel@rattus
In Reply to: Re: [gentoo-user] filesystems by Stroller
1 On Mon, 2008-11-24 at 12:35 +0000, Stroller wrote:
2 > On 24 Nov 2008, at 11:07, Dirk Heinrichs wrote:
3 > > ...
4 > > If you have further questions, feel free to ask.
5 >
6 > I would love a file system that transparently replicates over several
7 > systems - say 2 - 5.
8 >
9 > It doesn't need to amalgamate spare in any way (as BillK requests),
10 > let's just say I just have a couple of gig on each machine that I want
11 > replicated.
12 >
13 > I should be able to read & operate on the files on the "partition"
14 > just as normal, but when a file is saved to or deleted from any one
15 > machine the change should be replicated on all the others across the
16 > (slow) network.
17 >
18 > Basically, the idea is that I should be able to set machines A, B & C
19 > as MX for my domain and be able to read a new message whichever
20 > machine receives it. I should be able to run all 3 machines as IMAP
21 > servers and connect to any one of them to see the same view of my
22 > messages. When the IMAP server deletes or moves a message (on, say, A)
23 > that transaction should be replicated across B & C. (But likewise if
24 > the message is moved or deleted on B then the transaction should be
25 > replicated across A & C).
26 >
27 > I suspect I would be optimistic if I hoped for something so
28 > sophisticated to be readily available, as I am aware that this would
29 > be problematic to implement. But do you have any suggestions?
30 >
31 > Stroller.
32 >
33 >
34
35 I set up an openmosix cluster once using dfs I think. It replicated
36 data just like you want so each exported thread was seeing consistent
37 file space. It did work, but had a few issues ... I think it was
38 designed by MS being one :)
39
40 http://en.wikipedia.org/wiki/Distributed_File_System_(Microsoft)
41
42 BillK

Replies

Subject Author
Re: [gentoo-user] filesystems Dirk Heinrichs <dirk.heinrichs@××××××.de>