Created attachment 1069399[details]
vdsm log
Description of problem:
Vdsm not set correct cpu model for vm under ppc architecture
Version-Release number of selected component (if applicable):
vdsm-4.17.3-1.el7ev.noarch
How reproducible:
Always
Steps to Reproduce:
1. Run vm on ppc host
2.
3.
Actual results:
Vdsm send u'cpuType': u'power8', but no suck model under libvirt cpu's definition and we have
<cpu>
<topology cores="1" sockets="1" threads="1"/>
</cpu>
Expected results:
vdsm must send u'POWER8'
Additional info:
Created attachment 1069399 [details] vdsm log Description of problem: Vdsm not set correct cpu model for vm under ppc architecture Version-Release number of selected component (if applicable): vdsm-4.17.3-1.el7ev.noarch How reproducible: Always Steps to Reproduce: 1. Run vm on ppc host 2. 3. Actual results: Vdsm send u'cpuType': u'power8', but no suck model under libvirt cpu's definition and we have <cpu> <topology cores="1" sockets="1" threads="1"/> </cpu> Expected results: vdsm must send u'POWER8' Additional info: