Re: [libvirt-users] list storage pools and volumes using python api calls

2012-05-07 Thread Syed A. Ali
od.virStorageVolCreateXML(self._o, xmldesc, flags)         if ret is None:raise libvirtError('virStorageVolCreateXML() failed', pool=self)         __tmp = virStorageVol(self, _obj=ret)         return __tmp ________ From: Osier Yang To: Syed A. Ali Cc: "

[libvirt-users] list storage pools and volumes using python api calls

2012-05-07 Thread Syed A. Ali
how do i list storage pools and volumes using the python bindings? basically the python api calls for virsh pool-list and virsh vol-list thanks ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users