]> git.proxmox.com Git - qemu-server.git/commit
migrate: enable dirty-bitmap migration
authorStefan Reiter <s.reiter@proxmox.com>
Thu, 22 Oct 2020 15:34:20 +0000 (17:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 29 Oct 2020 17:18:02 +0000 (18:18 +0100)
commitacc10e51596bedb4fb2b582ea772512e20622e76
tree0e6541bb6d39422d43705cb63b9d59978dd93503
parent31655cbb7f6113c0c896a3bceac46907c0fcc37c
migrate: enable dirty-bitmap migration

We query QEMU if it's safe before enabling it, as on versions without
the necessary patches it not only would be useless, but can actually
lead to hangs.

PBS state is always migrated, as it's a small amount of data anyway, so
we don't need to set a specific flag for it.

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