]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Reset post-copy capability after migration
authorJiri Denemark <jdenemar@redhat.com>
Wed, 2 Nov 2016 13:20:42 +0000 (14:20 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 2 Nov 2016 14:50:44 +0000 (15:50 +0100)
commitfe1dd39087ae9a49888bc72dee38ff0e6f639693
tree7060885740bc4db8d4e35a2754c11a81a7b8b806
parent0c62ccf927c60c9c248db52a23670ec2f9bce2b2
qemu: Reset post-copy capability after migration

Unlike other migration capabilities, post-copy is also set on the
destination host which means it doesn't disappear once domain is
migrated. As a result of that other functionality which internally uses
migration to a file (virDomainManagedSave, virDomainSave,
virDomainCoreDump) may fail after migration because the post-copy
capability is still set.

https://bugzilla.redhat.com/show_bug.cgi?id=1374718

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_migration.c