]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Don't fail migration on save status failure
authorJiri Denemark <jdenemar@redhat.com>
Tue, 7 Jul 2015 12:15:31 +0000 (14:15 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 18 Sep 2015 11:50:02 +0000 (13:50 +0200)
commitf5c509623fc49f30c17ff539aeaeda6ad2179c03
tree017647580f1d4a55259870da3581609366d65322
parent8874d37f94ca71ac0954183883f98ca1d3df0acc
qemu: Don't fail migration on save status failure

When we save status XML at the point during migration where we have
already started the domain on destination, we can't really go back and
abort migration. Thus the only thing we can do is to log a warning and
report success.

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