[ovirt-users] CPU type is not supported

Fawzy Ibrhim fawzy_ibrhim at yahoo.com
Sat Sep 6 16:21:54 UTC 2014



I tried to follow this guide https://www.berrange.com/posts/2010/02/15/guest-cpu-model-configuration-in-libvirt-with-qemukvm/




I found that the host that has the problem has no pbe|tm|ht||acpi|ds flags in output of " cat /proc/cpuinfo"

In the Ovirt-Engine server I run the below:-

#virsh -r cpu-compare ./cpu-server.xml 
CPU described in ./cpu-server.xml is incompatible with host CPU
#virsh -r cpu-baseline ./cpu-server.xml 
<cpu mode='custom' match='exact'>
  <model fallback='allow'>cpu64-rhel6</model>
  <vendor>Intel</vendor>
  <feature policy='require' name='xtpr'/>
  <feature policy='require' name='cid'/>
  <feature policy='require' name='est'/>
  <feature policy='require' name='vmx'/>
  <feature policy='require'
name='ds_cpl'/>
  <feature policy='require' name='monitor'/>
  <feature policy='require' name='dtes64'/>
  <feature policy='require' name='pbe'/>
  <feature policy='require' name='tm'/>
  <feature policy='require' name='ht'/>
  <feature policy='require' name='ss'/>
  <feature policy='require' name='acpi'/>
  <feature policy='require' name='ds'/>
  <feature policy='require' name='vme'/>
</cpu>

Is there any workaround for this issue?



More information about the Users mailing list