Bug 1442705

Summary: Migration job is not active when migrating guest from target host to source host
Product: Red Hat Enterprise Linux 7 Reporter: Dan Zheng <dzheng>
Component: libvirtAssignee: Jiri Denemark <jdenemar>
Status: CLOSED DUPLICATE QA Contact: zhe peng <zpeng>
Severity: high Docs Contact:
Priority: unspecified    
Version: 7.4CC: chhu, fjin, rbalakri, xuzhang, yisun, zpeng
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-04-18 10:03:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
libvirt log on source host
none
libvirtd log on target host
none
qemu log on target
none
qemu log on source none

Description Dan Zheng 2017-04-17 08:08:43 UTC
Created attachment 1271998 [details]
libvirt log on source host

Description of problem:
The migaration job works normal from source to target, but fails from target to host.

Version-Release number of selected component (if applicable):
libvirt-3.2.0-2.el7.x86_64
qemu-kvm-rhev-2.8.0-6.el7.x86_64
kernel-3.10.0-574.el7.x86_64

How reproducible:
100%

Steps to Reproduce:
1. Setup nfs environment and start a guest
2. Run migration command on source host:
virsh  migrate rhel7 --live --p2p --verbose --unsafe qemu+ssh://<target_host>:22/system
Migration: [100 %]
3. Run list command on target host:
# virsh list --all
 Id    Name                           State
----------------------------------------------------
 2     rhel7                          running
4. Run migration commmand on target host:
# virsh  migrate rhel7 --live --p2p --verbose qemu+ssh://<source_host>:22/system
error: operation failed: migration job: is not active

Actual results:
See above

Expected results:
Migration should be successful.

Additional info:
See logs in attachments.

Comment 2 Dan Zheng 2017-04-17 08:11:19 UTC
Created attachment 1271999 [details]
libvirtd log on target host

Comment 3 Dan Zheng 2017-04-17 08:24:30 UTC
Created attachment 1272000 [details]
qemu log on target

Comment 4 Dan Zheng 2017-04-17 08:35:31 UTC
Created attachment 1272003 [details]
qemu log on source