Re: [RFC] VFS: FS CoW using redirection

From: Eric Van Hensbergen
Date: Sat Jul 08 2006 - 14:30:32 EST


On 7/8/06, Al Boldi <a1426z@xxxxxxxxx> wrote:

Copy on Write is a neat way to quickly achieve a semi-clustered system, by
mounting any shared FS read-only and redirecting writes to some perClient
FS.

Would this redirection be easy to implement into the VFS?


There are a variety of solutions that have been proposed or are
available to do this sort of thing. You may want to start by looking
at unionfs and mapfs. There are also folks looking at doing this from
the block layer (look at the dm-userspace + cowd as well as evms and
lvm snapshots).

-eric
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/