On 05/04/2012 02:28 PM, John Wayne wrote:
i am trying to get the free memory on a hypervisor using libvert, with the
python api bindings
as per http://libvirt.org/python.html, it should be pretty easy, however the
below is failing:
#conn is a connection object
freemem=libvirt.virNode.getFreeMe
i am trying to get the free memory on a hypervisor using libvert, with the
python api bindings
as per http://libvirt.org/python.html, it should be pretty easy, however the
below is failing:
#conn is a connection object
freemem=libvirt.virNode.getFreeMemory(conn)
although this works fine:
softw
On 05/02/2012 07:52 PM, me,apporc wrote:
> We need to create many virtual machines and assign an static ip for each of
> them.
> To do this,
> 1. we can use one dhcp server to assign ip for them, and bind the MAC to
> it's ip. But we got many many machines, so this is not easy to operate for
> admi
Hi!
I try to integrate ESXi guests to beaker. I'd like to have dynamic
installations of guests just like KVM and Xen is done.
I know that virt-install is not currently supported by libvirt, so I'd like to
ask, do you plan to add esxdrv support for virt-install? What's current status?
Thank you
Hi,
I need a flexible USB passthrough of a USB-device. If the device is turned off
by the current switch (230Volt) the VM should start and not claim that the
USB device is left.
Using:
…
in libvirt XML-config file the boot process is stopp