Displaying 4 results from an estimated 4 matches for "virnode".
Did you mean:
dirnode
2012 May 04
1
free memory on hypervisor
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:
software=libvirt.virConnect.getType(conn)
if software == ?'QEMU':
logging.debug('hypervisor is type QEMU')
2014 May 22
3
Host OS, Storage Info
Hi,
Is there any way to get host OS information and host Storage in formations
using libvirt API...?
Rgds
-Sijo
2014 May 22
0
Re: [libvirt] Host OS, Storage Info
...rote:
>Hi,
>Is there any way to get host OS information and host Storage in formations
>using libvirt API...?
>Rgds
>-Sijo
Check virsh help (most of the commands you probably want start with
'node' or 'vol'/'pool') or have a look at our hvsupport page [1] for
virNode* and virStorage* functions.
If this isn't what you're looking for, specify your question in a
better way.
Martin
[1] http://libvirt.org/hvsupport.html
2014 May 29
2
Re: [libvirt] Host OS, Storage Info
...ost OS information and host Storage in formations
>> using libvirt API...?
>> Rgds
>> -Sijo
>>
>
> Check virsh help (most of the commands you probably want start with
> 'node' or 'vol'/'pool') or have a look at our hvsupport page [1] for
> virNode* and virStorage* functions.
>
> If this isn't what you're looking for, specify your question in a
> better way.
>
> Martin
>
> [1] http://libvirt.org/hvsupport.html
>
> _______________________________________________
> libvirt-users mailing list
> libvirt-us...