Bug 527927
Summary: | RHEL5u4 64 bits guest slowly resume after Hibernate | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | lihuang <lihuang> |
Component: | kvm | Assignee: | Gleb Natapov <gleb> |
Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 5.5 | CC: | gcosta, knoel, ovirt-maint, shuang, tburke, virt-maint, ykaul |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-01-28 12:05:07 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
lihuang
2009-10-08 09:26:10 UTC
Can you please retest on newer kvm-83-142 ? I can't reproduce this issue, because I can't even put the machine to disk. What I get is this: Stopping tasks: ================================================================================== stopping tasks timed out after 120 seconds (1 tasks remaining): khungtaskd Restarting tasks...<6> Strange, khungtaskd not stopped However, by code inspection, I have a slight idea of what's going on. I am brewing a new scratch build that will be ready shortly at: http://brewweb.devel.redhat.com/brew/taskinfo?taskID=2214588 Ok... according to Gleb, that was an unrelated regression introduced in 5.5 So I am building another rpm ontop of 5.4.z To be ready shortly. Here it is: http://brewweb.devel.redhat.com/brew/taskinfo?taskID=2215204 repeat 10 times, can not reproduce with new built package. guest: rhel5.4-x86_64 1. can access network after resume. 2. can edit files after resume. CLI: /usr/libexec/qemu-kvm -drive file=/root/rhel5.4-64-ide.bak,if=ide -no-hpet -rtc-td-hack -smp 8 -m 4G -uuid `uuidgen` -net nic,model=e1000,macaddr=00:A6:78:FA:0D:95,vlan=0 -net tap,vlan=0,script=/etc/qemu-ifup -cpu qemu64,+sse2 -boot c -vnc :6 -monitor stdio -name 5.4-64 -no-kvm-pit-reinjection *** This bug has been marked as a duplicate of bug 539521 *** |