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 727096 - Failed to shutdown RHEL6 guest after resume from S4
Summary: Failed to shutdown RHEL6 guest after resume from S4
Keywords:
Status: CLOSED DUPLICATE of bug 716706
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: qemu-kvm
Version: 6.2
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Virtualization Maintenance
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-08-01 10:15 UTC by Qunfang Zhang
Modified: 2011-08-02 01:56 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-02 01:56:37 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Screenshot of shutdown (13.53 KB, image/png)
2011-08-01 10:16 UTC, Qunfang Zhang
no flags Details

Description Qunfang Zhang 2011-08-01 10:15:23 UTC
Description of problem:
Boot a RHEL6.1 guest with ide block and e1000 NIC, and then do S4/resume. After guest resume successfully, shutdown guest. But failed. (Screenshot will be attached.)

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

How reproducible:
Always

Steps to Reproduce:
1.Boot a RHEL guest.
/usr/libexec/qemu-kvm -m 2G -smp 2 -cpu cpu64-rhel6,+x2apic -usbdevice tablet -drive file=/home/RHEL6.1-32.qcow2,format=qcow2,if=none,id=drive-ide0-0-0,werror=stop,rerror=stop,cache=none -device ide-drive,drive=drive-ide0-0-0,id=ide0-0-0 -netdev tap,id=hostnet0,script=/etc/qemu-ifup -device e1000,netdev=hostnet0,mac=00:10:2a:25:1a:50,bus=pci.0,addr=0x6 -boot dc -uuid e1345e5b-af68-443d-b29a-9d6b3928ac3a -rtc-td-hack -no-kvm-pit-reinjection -monitor stdio -qmp tcp:0:4444,server,nowait -name RHEL6.1 -vnc :10

2.do S4 inside guest.
#echo disk > /sys/power/state

3.Resume guest by boot again with the same command line.

4.After guest resumes, shutdown guest by:
#shutdown -h now
  
Actual results:
Guest stops at the shutdown screen.

Expected results:
Guest should shutdown successfully.

Additional info:
Same problem happens with RHEL6.1-32 and RHEL6.1-64 guest. I will try RHEL5 guest later.
Test windows 2k8-r2 guest, have not meet this issue.

Comment 1 Qunfang Zhang 2011-08-01 10:16:52 UTC
Created attachment 516108 [details]
Screenshot of shutdown

Comment 3 Xiaoqing Wei 2011-08-01 10:58:04 UTC
According to my tests,this is a timer device issue , append "-kvmclock" to -cpu
 option and it will shutdown
without problem 

Best Regards,
Xiaoqing.

Comment 4 Xiaoqing Wei 2011-08-01 11:00:03 UTC
(In reply to comment #0)
> Description of problem:

> Additional info:
> Same problem happens with RHEL6.1-32 and RHEL6.1-64 guest. I will try RHEL5
> guest later.

RHEL5.7-64 guest works when append "clock=pmtmr" to kernel option at booting.

Best Regards,
Xiaoqing.

Comment 5 Xiaoqing Wei 2011-08-02 01:41:31 UTC
(In reply to comment #3)
> According to my tests,this is a timer device issue , append "-kvmclock" to -cpu
>  option and it will shutdown
> without problem 

 -cpu cpu64-rhel6,+x2apic,-kvmclock

 
Best Regards,
Xiaoqing.


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