Bug 507612
Summary: | kvm, kmod-kvm, and ksm modules fail to load | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Wayne Berthiaume <berthiaume_wayne> |
Component: | kvm | Assignee: | Eduardo Habkost <ehabkost> |
Status: | CLOSED NOTABUG | QA Contact: | Lawrence Lim <llim> |
Severity: | high | Docs Contact: | |
Priority: | low | ||
Version: | 5.4 | CC: | andriusb, coughlan, hicks_verdell, murphy_shawn, rprice, tools-bugs, virt-maint, ykaul |
Target Milestone: | beta | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
KVM can only be used with the non-Xen kernel. KVM modules will not load, nor function when running the Xen hypervisor and Xen kernel.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2009-06-23 14:26:24 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: | |||
Bug Blocks: | 468301 |
Description
Wayne Berthiaume
2009-06-23 13:39:02 UTC
You are running a xen kernel (2.6.18-152.el5xen), you can't load the 2.6.18-152.el5 modules on it. For two reasons: 1) they are for a different kernel version so they will never load; 2) you can't run KVM under a xen kernel. Please try again after booting a non-xen kernel. Hi Eduardo. That thought just occurred to me as well after I comitted the BZ. I rebooted the server with the PAE kernel and the kvm and ksm modules are loaded. On a seperate note, is there documentation on configuring VMs? Regards, Wayne. (In reply to comment #3) > Hi Eduardo. > > That thought just occurred to me as well after I comitted the BZ. I > rebooted the server with the PAE kernel and the kvm and ksm modules are loaded. Thanks. > > On a seperate note, is there documentation on configuring VMs? The recommended way is to use libvirt, and the tools that use libvirt (virsh, virt-manager, virt-install). I normally use the upstream documentation on libvirt.org. I suppose there is RHEL-specific documentation too, but I would need to ask the documentation team. Release note added. If any revisions are required, please set the "requires_release_notes" flag to "?" and edit the "Release Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: KVM can only be used with the non-Xen kernel. LVM modules will not load or function when running the Xen hypervisor and Xen kernel. Release note updated. If any revisions are required, please set the "requires_release_notes" flag to "?" and edit the "Release Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1 +1 @@ -KVM can only be used with the non-Xen kernel. LVM modules will not load or function when running the Xen hypervisor and Xen kernel.+KVM can only be used with the non-Xen kernel. LVM modules will not load, nor function when running the Xen hypervisor and Xen kernel. Release note updated. If any revisions are required, please set the "requires_release_notes" flag to "?" and edit the "Release Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1 +1 @@ -KVM can only be used with the non-Xen kernel. LVM modules will not load, nor function when running the Xen hypervisor and Xen kernel.+KVM can only be used with the non-Xen kernel. KVM modules will not load, nor function when running the Xen hypervisor and Xen kernel. |