diff options
author | Christian Benvenuti <benve@cisco.com> | 2012-03-27 13:00:01 -0700 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2012-03-28 10:45:22 -0600 |
commit | a02500d010f635a6f5ffe63556d66f3a38139a51 (patch) | |
tree | 4b4967d191b51fcc150e14b4b5402ce11665c2b0 /AUTHORS | |
parent | Set default name for SPICE agent channel (diff) | |
download | libvirt-a02500d010f635a6f5ffe63556d66f3a38139a51.tar.gz libvirt-a02500d010f635a6f5ffe63556d66f3a38139a51.tar.bz2 libvirt-a02500d010f635a6f5ffe63556d66f3a38139a51.zip |
qemu: Make migration fail when port profile association fails on the dst host
In the current V3 migration protocol, Libvirt does not
check the result of the function
qemuMigrationVPAssociatePortProfiles
This means that it is possible for a migration to complete
successfully even when the VM loses network connectivity on
the destination host.
With this change libvirt aborts the migration
(during the "finish" step) when the above function fails, that
is to say when at least one of the port profile associations fails.
Signed-off by: Christian Benvenuti <benve@cisco.com>
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -227,6 +227,7 @@ Patches have also been contributed by: Peng Zhou <ailvpeng25@gmail.com> Li Zhang <zhlcindy@linux.vnet.ibm.com> Stef Walter <stefw@gnome.org> + Christian Benvenuti <benve@cisco.com> [....send patches to get your name here....] |