qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 0/8] block: drive-backup live backup command


From: Dietmar Maurer
Subject: Re: [Qemu-devel] [PATCH v3 0/8] block: drive-backup live backup command
Date: Wed, 22 May 2013 15:34:18 +0000

> That sounds like more work than a persistent dirty bitmap.  The advantage is 
> that
> while dirty bitmaps are consumed by a single user, the Merkle tree can be used
> to sync up any number of replicas.

I also consider it safer, because you make sure the data exists (using hash 
keys like SHA1).

I am unsure how you can check if a dirty bitmap contains errors, or is out of 
date?

Also, you can compare arbitrary Merkle trees, whereas a dirty bitmap is always 
related to a single image.
(consider the user remove the latest backup from the backup target). 






reply via email to

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