On Tue, 4 Jun 2013, Stefan Priebe - Profihost AG wrote:
> Hi,
> 
> is there a way to flatten the rbd export-diff to a "new" image FILE. Or
> do i always have to:
> 
> rbd import "OLD BASE IMAGE"
> rbd import-diff diff1
> rbd import-diff diff1-2
> rbd import-diff diff2-3
> rbd import-diff diff3-4
> rbd import-diff diff4-5
> ...
> and so on?
> 
> I would like to apply the diffs on local disk and then import the new file.

Not currently.  The format is very simple, though; it should be pretty 
simple to implement a subcommand in the rbd tool to do it.

sage
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to