From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiro SEKIBA Subject: Re: newbie question Date: Fri, 28 May 2010 14:55:10 +0900 Message-ID: <87vda8po3l.wl%jir@sekiba.com> References: <4BF5A6E0.6040703@palm.com> <20100521.073026.88488718.ryusuke@osrg.net> <4BFEAE99.3030100@noir.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Return-path: In-Reply-To: <4BFEAE99.3030100-pBcMlXao8V4@public.gmane.org> Sender: linux-nilfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "K. Richard Pixley" Cc: linux-nilfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Hi, Richard At Thu, 27 May 2010 10:40:41 -0700, K. Richard Pixley wrote: > > Ryusuke Konishi wrote: > > The "roll back" feature is one of our todo items, and not yet > > supported. > Is this something that could be accelerated by a suitable application of > money? I may not understand your question, but technically speaking it is possible to support roll back feature. It's just a matter of work force to do as far as I think. Still, there are some concerns about what the "roll back" sould be. For instance, if you just want to restore from a specific snapshot you took, you can simply read-only mount the snapshot and copy the contents you want to restore. That is done without any filesystem level roll back support. Or you want to undone what you did in filesystem, you may be able to delete log and set proper super block. That is tricky, but possible without filesystem level support if it's not mounted. The hard one is live "roll back", I think, which undone the things on mounted filesystem, or maybe at the boot time by specifying a checkpoint. In any cases, there should be some utility programs to achieve the functionalities above even it doesn't require any filesystem modifications. thanks, regards, > --rich > -- > To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > -- Jiro SEKIBA -- To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html