]> git.proxmox.com Git - qemu-server.git/commit
vzdump: use dirty bitmap for not running VMs too
authorStefan Reiter <s.reiter@proxmox.com>
Mon, 19 Oct 2020 12:18:39 +0000 (14:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 5 Nov 2020 10:22:47 +0000 (11:22 +0100)
commit962d4d647d0365d47e3e1426e5741f866f866955
treeb8a1c447e0e2ae7921b42f03627d71953667568b
parent4ac842cbab1435b342ad923fcfeb571718c3f5a6
vzdump: use dirty bitmap for not running VMs too

Now that VMs can be started during a backup, it makes sense to create a
dirty bitmap in these cases too, since the VM might be resumed and thus
continue running normally even after the backup is done.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
PVE/VZDump/QemuServer.pm