qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC] qemu snapshot enchancement


From: Wenchao Xia
Subject: Re: [Qemu-devel] [RFC] qemu snapshot enchancement
Date: Thu, 31 Jan 2013 17:43:42 +0800
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

于 2013-1-30 1:44, Paolo Bonzini 写道:
Il 29/01/2013 17:44, Stefan Hajnoczi ha scritto:

I'm planning to add offline mirroring to qemu-img.  If you use an NBD
server as the destination, it can be used to send only the delta between
two snapshots via NBD.

I think this is the opposite of what you suggested, which is to run
qemu-nbd on the image and query the server.
Yep, exactly.  The nice thing about your approach is that we don't
need an explicit API for dirty block tracking, it's implicit in the
writes that we send to the backup application's NBD server.

Of course the ugly thing is that it is much less flexible than letting
the backup application do its own thing.  Also, there is just one dirty
bitmap that you need to use for everything, though in the future the
"block filters" patch will come up magically and will let you have
multiple dirty bitmaps...

Paolo

  Hi, Paolo. I didn't quite understand how offline mirroring will work
and provide the delta data, do you have a page for it? I think
all application cares is the delta data access API while VM is active,
the internal data orgnanization detail is not really the point.



--
Best Regards

Wenchao Xia




reply via email to

[Prev in Thread] Current Thread [Next in Thread]