RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 593224 - Guest status becomes to be paused after migration via 'unix' protocol
Summary: Guest status becomes to be paused after migration via 'unix' protocol
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: qemu-kvm
Version: 6.0
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Juan Quintela
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-05-18 08:42 UTC by juzhang
Modified: 2013-01-09 22:35 UTC (History)
8 users (show)

Fixed In Version: qemu-kvm-0.12.1.2-2.96.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-10 21:24:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description juzhang 2010-05-18 08:42:23 UTC
Description of problem:
Guest status becomes to be paused after migration via 'unix' protocol.

Version-Release number of selected component (if applicable):
host kernel:2.6.32-25.el6.x86_64
qemu-kvm-0.12.1.2-2.53.el6

How reproducible:

Steps to Reproduce:
1.Start the source VM on host
/usr/libexec/qemu-kvm  -no-hpet -usbdevice tablet -rtc-td-hack -m 2G -smp 2 -drive file=/home/rhel5.5.32.qcow2,if=ide,boot=on,cache=off,werror=stop,rerror=stop -net nic,vlan=0,macaddr=22:11:22:45:66:97,model=virtio -net tap,vlan=0,script=/etc/qemu-ifup -uuid `uuidgen` -cpu qemu64,+sse2 -device virtio-balloon-pci -boot order=dc,menu=on -M rhel6.0.0 -monitor stdio -name qxltest  -vnc :11
2. Start the destination VM on the same host in migration-listen mode:
-incoming unix:/root/zjy

/usr/libexec/qemu-kvm  -no-hpet -usbdevice tablet -rtc-td-hack -m 2G -smp 2 -drive file=/home/rhel5.5.32.qcow2,if=ide,boot=on,cache=off,werror=stop,rerror=stop -net nic,vlan=0,macaddr=22:11:22:45:66:97,model=virtio -net tap,vlan=0,script=/etc/qemu-ifup -uuid `uuidgen` -cpu qemu64,+sse2 -device virtio-balloon-pci -boot order=dc,menu=on -M rhel6.0.0 -monitor stdio -name qxltest  -vnc :10 -incoming unix:/root/zjy
3.issue the following commands monitor command in source VM qemu
(qemu) info status 
VM status: running
(qemu)migrate unix:/root/zjy
(qemu) info migrate 
Migration status: completed
(qemu) info status 
VM status: paused

4.after migration,issue the following commands monitor command in destination VM qemu.
(qemu) info status 
VM status: paused
  
Actual results:
please note setp4,after migration,VM status becomes to be paused

Expected results:
after migration,VM status should be running

Additional info:

Comment 2 RHEL Program Management 2010-05-25 07:56:30 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release.  Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release.  This request is not yet committed for
inclusion.

Comment 3 Eduardo Habkost 2010-06-25 18:40:52 UTC
Current series was NACKed and is being removed from the queue, moving back to
ASSIGNED to reflect that.

Comment 8 Dor Laor 2010-07-18 12:31:51 UTC
Can you retest with latest qemu - .96?

Comment 9 Juan Quintela 2010-07-20 14:17:24 UTC
It was fixed in:

commit 0f8277d940c925096d8dc0df36b63c406a2c2188
Author: Juan Quintela <quintela>
Date:   Tue Jun 29 14:12:42 2010 -0300

    Factorize common migration incoming code
    
Now all migrations use the same code, so they are consistent.

Comment 11 Mike Cao 2010-07-21 02:38:10 UTC
Verified in qemu-kvm-0.12.1.2-2.97.el6,Reproduced in qemu-kvm-0.12.1.2-2.53.el6

Following steps in comment #0

Actual Result:
After migration via 'unix' protocol ,Guest status is running.


The bug has already been fixed .

Comment 13 Mike Cao 2010-07-28 09:48:03 UTC
According to comment #11 ,Change status to Verified.

Comment 14 releng-rhel@redhat.com 2010-11-10 21:24:55 UTC
Red Hat Enterprise Linux 6.0 is now available and should resolve
the problem described in this bug report. This report is therefore being closed
with a resolution of CURRENTRELEASE. You may reopen this bug report if the
solution does not work for you.


Note You need to log in before you can comment on or make changes to this bug.