Thank you! Worked like charm.
2012/8/31 André Monteiro <[email protected]>: > Just put on the template raw data section your specifications: > > RAW = [ TYPE="KVM", DATA="<vcpu>8</vcpu><cpu><topology sockets='2' cores='4' > threads='1'/></cpu>"] > > -- > André Monteiro > > > > > On Thu, Aug 30, 2012 at 10:46 PM, Guba Sándor <[email protected]> wrote: >> >> 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 >> > _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
