Bug 848272
| Summary: | Guest failed to resume from S4 after migration | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | FuXiangChun <xfu> | ||||
| Component: | kernel | Assignee: | Red Hat Kernel Manager <kernel-mgr> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5.9 | CC: | amit.shah, chayang, flang, juzhang, michen, mkenneth, rhod, sluo, virt-maint, wdai | ||||
| 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: | 2012-08-16 04:06:44 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
FuXiangChun
2012-08-15 05:44:52 UTC
Created attachment 604502 [details]
serial log
rhel6 has the same bug https://bugzilla.redhat.com/show_bug.cgi?id=817243 rhel5.8GA guest has the same issue too. test # uname -r 2.6.18-336.el5 # rpm -qa|grep kvm kvm-83-259.el5 guest: win7-sp1-x86_64 after migration--->S4--->resume successfully. We've disabled s3/s4 in RHEL5 guests in bug 834511, and we won't backport any kvmclock patches specifically for the s3/s4 case. (In reply to comment #5) > We've disabled s3/s4 in RHEL5 guests in bug 834511, and we won't backport > any kvmclock patches specifically for the s3/s4 case. Amit, Since I run guest with IDE no virtio. so kvm shouldn't disabed s3/s4. Guest default enable kvmclock in rhel5 host. you mean kvmclock cause this issue,right? Yes, it's a kvmclock issue. Ronen, should we backport kvmclock fixes to rhel5? Preventing s3/s4 when only kvmclock is active can be tricky, but doable. However, considering we won't have too many customers not using virtio, this can be regarded as a low-prio thing to look at. I agree that the bug's specifics are not typical with our customers (no virtio, S4 in guest + migration). Since RHEL5 customers probably stick to their current settings, Let's not make such changes until we really have to. Thanks, Ronen. |