rgbkrk / libvirt-go

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

Storage pool 1 #16

Closed dorzheh closed 10 years ago

dorzheh commented 10 years ago

Containing also storage_pool content

alexzorin commented 10 years ago

Whoops, already merged your first 3 commits. Let me know when you're done with this PR.

dorzheh commented 10 years ago

Yeah, this is an essential article.For this reason you may realize the following in the rest of the tests (storage_pool_test.go) defer func() { pool.Undefine() pool.Free() conn.CloseConnection() }() But here, indeed , you are absolutely right(btw, i commented the line in the last commit). Anyway,thanks for figuring out. Well, basically if you are going to fix the place and set the right order during your merge - i finished with the PR .Thanks

alexzorin commented 10 years ago

Merged