OpenNebula / one

The open source Cloud & Edge Computing Platform bringing real freedom to your Enterprise Cloud 🚀
http://opennebula.io
Apache License 2.0
1.26k stars 486 forks source link

Feature Request - OS Image Maintenance #5895

Open madmax01 opened 2 years ago

madmax01 commented 2 years ago

Description

"OS Image" Maintenance (Golden-Image)

https://github.com/OpenNebula/one/issues/5894

for persistent Images (linked Clones) may works with Recomposition to distribute updated Images ?

Use case Image Maintenance is very helpfully - because a user can be sure for example with non-persistent Image to provide new VM's with new Patches

Interface Changes cli + UI

madmax01 commented 2 years ago

No Developer Comment on that one? Pitty

dann1 commented 2 years ago

At the moment we are in the process of re-factoring the storage system drivers, see https://github.com/OpenNebula/one/issues/5908 Once we have this, it will be easier to implement features such as these ones.

We have had a couple ideas for quite a while on the implementation of those two features since we have run into instances in our internal development pipelines where having image versioning and maintenance mode could have helped.

At the moment you can kind of implement those features by

madmax01 commented 2 years ago

Hi Dann, thx for Answer.

well the Point 2 sounded easy to me > but this is the one not working ;). It's blaming VMs using it > explain to me was its expecting the Image in case Recover triggered. Even if its non-persistent.

reason i had to go with an "workaround" like here described https://github.com/OpenNebula/one/issues/5894

after i opend Feature Request ;)