Hello,
I'm working on some best practices for managing VM disk images for use as templates. I really like how we can do this for LXC, where there's a library to select from and build the container that's independent of any core count/memory sizing.
The specific kind of images I'm wanting to work on are the Cloud init images from Ubuntu, Alma, Rocky Linux (and others) distributed as qcow2.
I think it's worth mentioning that I have little interest in using linked clones, full copy/import of the disk image.
Right now I'm accomplishing this by using the PVE command line. I keep a folder with qcow2 images and import them when needed, but I'd like to graduate to using the API and also make it easier for some of our admins to do it via the UI when applicable. Bonus points if there's a way to upload a qcow2 via the UI. That'd be awesome.
Managing these as VM templates is also less interesting to me as well. VM templates come with a lot of hardware settings that I don't want to tie to the VM image. I'd rather have something similar to LXC image templates if possible.
How are people managing VM images today? Is this something I can submit a feature request for?
Thanks in advance
I'm working on some best practices for managing VM disk images for use as templates. I really like how we can do this for LXC, where there's a library to select from and build the container that's independent of any core count/memory sizing.
The specific kind of images I'm wanting to work on are the Cloud init images from Ubuntu, Alma, Rocky Linux (and others) distributed as qcow2.
I think it's worth mentioning that I have little interest in using linked clones, full copy/import of the disk image.
Right now I'm accomplishing this by using the PVE command line. I keep a folder with qcow2 images and import them when needed, but I'd like to graduate to using the API and also make it easier for some of our admins to do it via the UI when applicable. Bonus points if there's a way to upload a qcow2 via the UI. That'd be awesome.
Managing these as VM templates is also less interesting to me as well. VM templates come with a lot of hardware settings that I don't want to tie to the VM image. I'd rather have something similar to LXC image templates if possible.
How are people managing VM images today? Is this something I can submit a feature request for?
Thanks in advance