问题描述
openstack创建windowsserver2003系统4VCPU的实例,为什么安装的硬件检测软件看见cpu是单核,单线程的呢?
解决方案
解决方案二:
你看看虚拟机目录下的libvirt.xml里面的内容是几个cpu
解决方案三:
参考一下这个。修改/etc/livirt/qemu/instance-*.xmlvirshcapabilities|greptopologyitwilllistthetopologyofthehost:<topologysockets='1'cores='4'threads='1'/>Thenumbersrefertosockets,corespersocket,andthreadspercore.Addthislinetothecpuentryinthexmlfiletoallowwindowstouseall4cores,e.g.:<vcpu>4</vcpu><cpu><topologysockets='1'cores='4'threads='1'/></cpu>
解决方案四:
用Glance?
时间: 2024-09-14 04:12:51