[libvirt] Bug Reports

2013-05-19 Thread Dennis Zou (yunzou)
Hi, When I used function esxListDefinedDomains at esx_driver.c to list defined domains and found that retuned array include some templates. Template just is a master image of a VM that can be used to create a new VM, maybe our function should not return this type of VM. So I changed some code t

[libvirt] Bug Reports

2013-04-22 Thread Dennis Zou (yunzou)
1.Lost soapAction in http request header When I tried to retrieve the property of storage.perDatastoreUsage under specify virtual machine and got a invalidProperty error but other properties(e.g. summary.storage, guest) under the same virtual machine are ok. Then I write a same program u