]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: migration: Don't reactivate block nodes after migration failure any more
authorPeter Krempa <pkrempa@redhat.com>
Fri, 25 Jul 2025 14:13:39 +0000 (16:13 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 21 Oct 2025 13:32:40 +0000 (15:32 +0200)
commitf879d5f40385358ddc25b25458c164160c409110
tree48fc70351c1c5d9c0898b347f94d81f952f86b5d
parent7b5566ce67b18a2bebe68fdb07e046f25185f8d3
qemu: migration: Don't reactivate block nodes after migration failure any more

The other code paths which do want to issue block jobs can reactivate
the nodes when necessary so we don't need to do that unconditionally
after failed/cancelled migration.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_migration.c