Bug 811731

Summary: migration fails when mixing exec and tcp protocols
Product: Red Hat Enterprise Linux 5 Reporter: Luiz Capitulino <lcapitulino>
Component: kvmAssignee: Virtualization Maintenance <virt-maint>
Status: CLOSED NEXTRELEASE QA Contact: Virtualization Bugs <virt-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.8CC: juzhang, mkenneth, quintela, rhod, virt-maint
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-12 12:08:33 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:

Description Luiz Capitulino 2012-04-11 20:06:18 UTC
Description of problem:

When the target VM is started with "-incoming 'exec:nc -l 4444'" and the migration process is started with "migrate tcp:0:4444" on the source, the migration process will fail.

Version-Release number of selected component (if applicable):
kvm-83-251.el5

How reproducible:

Steps to Reproduce:
1. Start the target VM with:

# qemu-kvm [...] -incoming 'exec:nc -l 4444'

2. Start the source machine and start the migration process with:

(qemu) migrate tcp:0:4444


Actual results:
The migration will fail with the following message on the target VM's terminal:
"load of migration failed".

Expected results:
The migration process works.

Additional info:
This works on upstream and RHEL6.3.