[libvirt] [Qemu-devel] [Qemu-block] [RFC] Differential Backups

Stefan Hajnoczi stefanha at redhat.com
Wed May 6 09:17:46 UTC 2015


On Tue, May 05, 2015 at 11:55:49AM -0400, John Snow wrote:
> On 05/05/2015 06:25 AM, Stefan Hajnoczi wrote:
> >On Wed, Apr 29, 2015 at 06:51:08PM -0400, John Snow wrote:
> >>This is a feature that should be very easy to add on top of the existing
> >>incremental feature, since it's just a difference in how the bitmap is
> >>treated:
> >>
> >>Incremental
> >>- Links to the last incremental (managed by libvirt)
> >>- Clears the bitmap after creation
> >>
> >>Differential:
> >>- Links to the last full backup always (managed by libvirt)
> >>- Does not clear the bitmap after creation
> >>
> >>No biggie.
> >
> >Differential backups can be done using incremental backup functionality
> >in QEMU:
> >
> >The client application points QEMU to the same target repeatedly instead
> >of keeping separate incremental backups.
> >
> >Stefan
> >
> 
> Oh, so you're saying:
> 
> [anchor]<--[diff1]
> 
> And then when making a new incremental, we re-use diff1 as a target and
> overwrite it so that it becomes:
> 
> [anchor]<--[diff2]
> 
> In effect giving us a differential.
> 
> OK, so it's possible, but we still lose out on some flexibility that a
> slightly different mode would provide us, like the ability to keep multiple
> differentials if desired. (Well, I suppose we *can* create those by manually
> copying differentials after we create them, but that seems hackier than
> necessary.)
> 
> Still, it would be such a paltry few lines of code and introduce no real
> complexity to the subsystem, and it might make libvirt's time a little
> easier for managing such things.

I have CCed Eric Blake and the libvirt mailing list.

This is a good time to discuss libvirt requirements for backup APIs.
Current work for QEMU 2.4:
 * QMP command to take incremental backup of guest disks in a single
   atomic operation
 * Dirty bitmap persistence across live migration and QEMU restart

Eric: Do you have any opinion on a differential backup feature in
addition to incremental backup.

My thoughts are that QEMU should only copy out changed blocks and let
the backup application worry about concepts like incremental vs
differential.

From a host performance perspective, copying out the same blocks that
have already been sent in a previous backup is a waste of I/O bandwidth.
Even backup applications that want differential backup may not actually
use the QEMU feature for this reason.

Regarding the size of the patch, there's a cost to adding the tests,
documentation, and commiting to QMP APIs.  These costs dwarf the small
code change that preserves the dirty bitmap.

If there's a concrete requirement for this feature then I'm happy with
it, but let's not add bells and whistles just because we can.

Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20150506/c9913b3b/attachment-0001.sig>


More information about the libvir-list mailing list