]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Cancel migration if guest encoutners I/O error while migrating
authorPeter Krempa <pkrempa@redhat.com>
Mon, 10 Jun 2013 14:05:45 +0000 (16:05 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 11 Jun 2013 12:52:26 +0000 (14:52 +0200)
commitcaa467db626c8691d993e8e15d2cbb0bb043312c
treeeccd4dd339a039188da751433c07dcf8866424e0
parent6546017c50c104d0b9867137b64ab1f4a312e436
qemu: Cancel migration if guest encoutners I/O error while migrating

During a live migration the guest may receive a disk access I/O error.
In this state the guest is unable to continue running on a remote host
after migration as some state may be present in the kernel and not
migrated.

With this patch, the migration is canceled in such case so it can either
continue on the source if the I/O issues are recovered or has to be
destroyed anyways.
src/qemu/qemu_migration.c