]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove stale transient def when migration fails
authorJiri Denemark <jdenemar@redhat.com>
Thu, 8 Sep 2016 13:22:28 +0000 (15:22 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 8 Sep 2016 20:25:22 +0000 (22:25 +0200)
commit66278d4bc38aecff6661c91ce9cd3fff26e54a91
tree85a66fb5592c472487597c676854c73c8f11da1e
parent97a87333a0ac8b6b33bf4c45a7b1a526caa554cb
qemu: Remove stale transient def when migration fails

If a migration of a domain which is already defined on the destination
host failed early (before we tried to start QEMU), we would forget to
remove the incoming transient definition. Later on when someone starts
the domain on the destination host, we will use the stale incoming
definition and the persistent definition will just be ignored.

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

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