]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
drive-mirror: add support for incremental sync
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 17 Mar 2020 07:55:25 +0000 (08:55 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 24 Mar 2020 10:54:20 +0000 (11:54 +0100)
commitbc6c8231648debb2db236e2799053df375c67c3c
tree720ed1aaa45607e5f30820ed9e6eec39f498f2b0
parent43c4c7b69341bdd27360842c42187ba406fe71df
drive-mirror: add support for incremental sync

by re-using a dirty bitmap that represents changes since the divergence
of source and target volume. requires a qemu that supports incremental
drive-mirroring, and will die otherwise.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Tested-by: Stefan Reiter <s.reiter@proxmox.com>
PVE/QemuServer.pm