Re: Adding snapshot capability to Linux

From: Jasper Spaans (jasper@spaans.ds9a.nl)
Date: Mon Apr 22 2002 - 07:42:44 EST


On Mon, Apr 22, 2002 at 02:19:20PM +0200, Libor Vanek wrote:

> > > I'm going to start my dissertation work which is "Adding snapshop
> > > capability to Linux kernel with copy-on-write support". My idea is
> > > add it as another VFS - I know that there is some snapshot support in
> > > LVM but it's working on "device-level" and I'd like/have to do it on
> > > fs level.
>
> But AFAIK it doesn't work on fs level but (i.e. you cannot make snapshot
> of some directory which contains NFS/Samba mapped dirs).

I'm sorry to have to say this, but making snapshots of remote filesystems is
kinda silly and impossible - if you implement it at the FS level.

To make a snapshot, you will have to be able to transfer the whole state of
the (remote) filesystem atomically (atomically on the remote server) which
will not happen when you don't have support for such functionality on that
server (think of other clients writing to that FS). Besides that, think of
the possible amounts of memory needed to store this snapshot locally, and
you should come to the conclusion that implementing snapshots at the FS
level is hairy, if not impossible.

You could however try to set up a snapshotting-system outside of LVM, though
that could become tricky too since LVM provides a nice way of reserving
space to store changes on the snapshotted fs. (To get back to your
original idea, you could implement a system like this and add some server
scripts to it, so a client can create and see a snapshotted version)

Regards,

-- 
Jasper Spaans
http://jsp.ds9a.nl/contact/
Tel/Fax: +31-84-8749842
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Apr 23 2002 - 22:00:30 EST