Summary: | caps._getCompatibleCpuModels() returns an empty set for Intel(R) Xeon(R) CPU X5450 @ 3.00GHz | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Evgheni Dereveanchin <ederevea> |
Component: | libvirt | Assignee: | Jiri Denemark <jdenemar> |
Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 6.5 | CC: | acathrow, akotov, bazulay, didi, dougsland, ederevea, fromani, iheim, jdenemar, lpeer, lveyde, michal.skrivanek, Rhev-m-bugs, sbonazzo, stirabos, yeylon |
Target Milestone: | pre-dev-freeze | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | virt | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-05-28 09:35:59 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: |
Description
Evgheni Dereveanchin
2014-05-22 14:25:52 UTC
excluded issues in ovirt-host-deploy, back to hosted-engine. Looks like VDSM caps call: caps._getCompatibleCpuModels() returns an empty set. can you provide the output of: # vdsClient -s 0 getVdsCaps moving to vdsm. seems like the libvirt's detection doesn't work for this CPU. Can we get debugs logs from libvirtd generated when libvirtd starts? Everything works as expected from libvirt's point of view. According to the CPU features libvirt would detect host CPU as Penryn, which is a superset of Conroe, if there was an "nx" feature provided by the host CPU. In other words, nx is most likely disabled in host's BIOS and thus the host CPU model does not satisfy all features required by Conroe or better CPU models. Enabling nx should make libvirt detect the CPU as Penryn and then Conroe should be on the list of compatible CPUs. Thanks Jiri. I opened BZ#1103672 to implement a check for the NX flag in the installer script. |