Bug 524055
| Summary: | [RHEL6 Xen]: Boot hang when installing HVM DomU | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Andrew Jones <drjones> |
| Component: | kernel | Assignee: | Andrew Jones <drjones> |
| Status: | CLOSED NOTABUG | QA Contact: | Martin Jenner <mjenner> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 6.1 | CC: | bburns, clalance, dougsland, gansalmon, itamar, kernel-maint, markmc, pbonzini, virt-maint, xen-maint |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 524052 | Environment: | |
| Last Closed: | 2010-02-23 16:06:50 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: | |||
| Bug Depends On: | 524052 | ||
| Bug Blocks: | |||
|
Description
Andrew Jones
2009-09-17 17:44:13 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. Ok, I've bisected this down on the upstream kernel to a patch that enables xsave, http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=dc1e35c6e95e8923cf1d3510438b63c600fee1e2 Overriding that capability as "not supported" allows the HVM guest to boot. I'm looking at how to deal with it now. There's been some discussion of it in upstream Xen, but nothing too conclusive as far as I can tell. Masking this capability from the guest might be the best option. This bug will probably be closed as not a bug, since the problem is best solved in the hypervisor, see bug 524052. Regarding the 32-bit HVM booting that was stated in comment 1. That was reported from a different machine, probably one not supporting xsave. On my machine 32-on-32 fails the same way as with 64b. Also note: if you need to boot f12/RHEL6 on a hypervisor that doesn't mask XSAVE you can still do it by adding noxsave to the kernel command line. Installing a RHEL6 guest on a RHEL5.4 hypervisor will most likely fail on relatively recent hardware. This is because RHEL5.4 does not hide new hardware features that are supported by the 2.6.32 kernel but not by the hypervisor. RHEL5.5 fixed this. Should we require release notes for this, or should we just close it as NOTABUG? Well it is correct to close this as not a bug as it is not a RHEL 6 issue. But the question remains if we should be z-streaming the RHEL 5.5 fix for 5.4.z and RHEV too. |