-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make use of libvirt's volume API #39
Comments
Just remembered that using volume API also implies storage pool API AFAIK. This isn't a problem on it's own. We can create a |
I don't understand this one. libvirt is only used on linux. |
that's why the path will be different on Linux (sorry could have worded it better) and that's why on Linux the path will be different. Not sure if it's an issue though. |
Still not quite clear what you mean :( The |
Yeah but then the dir belongs to the pool and deletion will remove it, which may not always be what we want. |
Ok, so you are suggesting pointing the pool at a path outside of |
I was thinking of a subdir there actually but now I also remembered that currently the driver keeps room for multiple machines in the future (
No, I wasn't thinking of that. I was thinking that we might not want everything in that dir to be always deleted at the same time as we delete the pool, in the future. Also the other way around: not deleting the pool but deleting the dir still. The main issue i see here is the dir becoming a property of the pool and it's not exactly the case here. |
We should be doing this, if not for anything else then at least to avoid copying images without having to rely on external
qemu-img
command.The text was updated successfully, but these errors were encountered: