Hi,

I wanted to test Windows virtual machines but unfortunately Windows 7
supports up to 2 sockets of CPU. KVM is able to simulate multiple core
under 1 socket. So I'm asking that is possible to add topology options
to OpenNebula template?

Like:
<CPU>8<CPU>
<SOCKET>2</SOCKET>
<CORES>4</CORES>
<THREAD>1</THREADS>
<MEMORY>4096</MEMORY>

Wich would mean this as libvirt xml:
<vcpu>8</vcpu>
<cpu>
     <topology sockets='2' cores='4' threads='1'/>
</cpu>

Thank you for you answears in advance!
_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to