summaryrefslogtreecommitdiff
path: root/libvirt/resource_libvirt_volume.go
Commit message (Expand)AuthorAge
* refactor schemasThomas Hipp2018-02-19
* check uniqueness of storage volume nameThomas Hipp2017-11-29
* Merge pull request #241 from MalloZup/improve-codebaseThomas Hipp2017-11-23
|\
| * remove duplicata declaration and simplify code.Dario Maiocchi2017-11-16
* | use poolMutexKV for locking resources.Dario Maiocchi2017-11-22
* | init govet on travisDario Maiocchi2017-11-22
|/
* common string constant for errmsg lvirtconn is nilDario Maiocchi2017-11-16
* golinting on various filesDario Maiocchi2017-11-16
* error strings should not be capitalized or endDario Maiocchi2017-11-16
* use libvirt-go-xml for volumesThomas Hipp2017-08-11
* Exported logic used to create a new backingStore representation onto a separa...J. Eduardo2017-07-02
* Added autodetection of base volume format, eliminating the need for explicit ...J. Eduardo2017-07-02
* Added support for using raw volumes and an example using the functionality.J. Eduardo2017-07-02
* use official libvirt-go bindingsThomas Hipp2017-06-16
* DRY codeFlavio Castelli2017-05-27
* Use If-Modified-Since for downloading imagesAlvaro Saurin2017-03-29
* Be more verbose/precise by debugging failures.dmaiocchi2017-03-10
* gofmtAlvaro Saurin2017-03-06
* Make sure we record the resource IDs even if it gets interruptedAlvaro Saurin2016-10-17
* Fix random issues when handling multiple cloudinit volumesFlavio Castelli2016-10-10
* Refactor conditions go-style: errors firstSilvio Moioli2016-07-13
* Don't attempt starting a pool if it is started alreadySilvio Moioli2016-07-13
* Start storage pool if volume was not foundSilvio Moioli2016-07-12
* Refactoring: move code removal into a dedicated functionFlavio Castelli2016-06-27
* Allow to specify the base volume by using a nameFlavio Castelli2016-06-16
* go fmtDuncan Mac-Vicar P2016-05-26
* Add support for local files as source for base images. Closes #21.Duncan Mac-Vicar P2016-05-22
* Another instance where pool refresh fails.Duncan Mac-Vicar P2016-05-22
* wait for refresh to happen as there may be async jobs running on the poolDuncan Mac-Vicar P2016-05-06
* go fmtDuncan Mac-Vicar P2016-03-20
* fail if base_volume_id and source are specified togetherDuncan Mac-Vicar P2016-03-20
* base_volume -> base_volume_id to make it consistent with volume_id in diskDuncan Mac-Vicar P2016-03-20
* Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1293804Duncan Mac-Vicar P2016-03-13
* include previous error in new errorDuncan Mac-Vicar P2016-03-13
* implement volume readDuncan Mac-Vicar P2016-03-13
* cleanup importsDuncan Mac-Vicar P2016-03-12
* this bindings require us to manually free the wrappersDuncan Mac-Vicar P2016-03-12
* use GetOk to retrieve nameDuncan Mac-Vicar P2016-03-12
* force creation of new resources for now (no update logic)Duncan Mac-Vicar P2016-03-12
* refresh the storage pool so that libvirt does not think volume is usedDuncan Mac-Vicar P2016-03-11
* go fmtDuncan Mac-Vicar P2016-03-11
* disk definitionDuncan Mac-Vicar P2016-03-10
* add backing store for volumesDuncan Mac-Vicar P2016-03-07
* use GetOk for optional parametersDuncan Mac-Vicar P2016-03-07
* move out the volume schema to reuse it inside instancesDuncan Mac-Vicar P2016-03-07
* use GB for the volume sizeDuncan Mac-Vicar P2016-03-06
* go fmtDuncan Mac-Vicar P2016-03-06
* implement a volume providerDuncan Mac-Vicar P2016-03-06