rgbkrk / libvirt-go

[DEPRECATED] Go bindings for libvirt
https://github.com/libvirt/libvirt-go
MIT License
166 stars 50 forks source link

Add virStoragePoolListAllVolumes #60

Closed Cretezy closed 8 years ago

Cretezy commented 8 years ago

It is very similar to https://libvirt.org/html/libvirt-libvirt-storage.html#virConnectListAllStoragePools

I can't get it to work on my local machine as I can't find the libvirt-dev for my distro sadly.

Cretezy commented 8 years ago

Current workaround for me is to have a file with a list with volume's name. It's quite simple but it works, but it'd be nicer if it was build it, as the API is already there.

Cretezy commented 8 years ago

Moved to https://github.com/cd1/libvirt-golang as it implements the whole API (plus better flag support).

rgbkrk commented 8 years ago

Moved to https://github.com/cd1/libvirt-golang as it implements the whole API (plus better flag support).

Nice! Thanks for reporting.