-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
Currently, when a machine is being managed, it is still used as template for started machines.
Possible improvements:
- Perform management on a copy of the image, and overwrite the old image afterwards.
- Perform management on a copy-on-write image like the temporary machines, but meld the cow-image back into the original image after management is done
- Add a lock to prevent spawns of machines that use the image while it's being managed. This could be reported as "pending: waiting for management mode"
Those ideas can be combined, but each one would be an improvement already. The easiest one is the last one, I guess.