
31 Jul
2015
31 Jul
'15
9:04 a.m.
On Fri, Jul 31, 2015 at 14:58:57 +0200, Jiri Denemark wrote:
When stopping a domain on the destination host after a failed migration, we need to avoid reseting security labels since the domain is still running on the source host. While we were correctly doing so in some cases, there were still some paths which did this wrong.
https://bugzilla.redhat.com/show_bug.cgi?id=1242904
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> ---
Notes: Version 2: - fix qemuProcessStop call in qemuProcessReconnect
src/qemu/qemu_driver.c | 5 ++++- src/qemu/qemu_migration.c | 3 ++- src/qemu/qemu_process.c | 19 ++++++++++++++----- 3 files changed, 20 insertions(+), 7 deletions(-)
ACK, Peter