Re: maxvcpu

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



i figured out the problem, code logic, i switched to type 'kvm', and changed my test and now i get 64 which is cool


----- Original Message -----
From: John Wayne <m01z04-libvirt@xxxxxxxxx>
To: "libvirt-users@xxxxxxxxxx" <libvirt-users@xxxxxxxxxx>
Cc: 
Sent: Friday, May 4, 2012 10:01 AM
Subject: maxvcpu

hi,

i am trying to find out the max vcpus supported for any domain by my hypervisor, however i am having some trouble with the below:

vcpu=5
maxvcpus=libvirt.virConnect.getMaxVcpus(conn,'kqemu')
if maxvcpus <= vcpu:
logging.debug('checkmaxvcpus: max vcpus on hypervisor %i is less than requested vcpu of %i' % (maxvcpus, vcpu))
return 0
else:
return 1

http://libvirt.org/html/libvirt-libvirt.html#virConnectGetMaxVcpus says that i need:

conn:pointer to the hypervisor connection
type:value of the 'type' attribute in the <domain> element

http://libvirt.org/formatdomain.html says that type is of "The allowed values are driver specific, but include "xen", "kvm", "qemu", "lxc" and "kqemu"."
 
i am using KVM, so i used kqemu, however maxvcpus is always 1, which does not seem right, since i should be able to create a vm with more than 1 vcpu...

_______________________________________________
libvirt-users mailing list
libvirt-users@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvirt-users



[Index of Archives]     [Virt Tools]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux