abh1sar commented on PR #10140: URL: https://github.com/apache/cloudstack/pull/10140#issuecomment-3130352328
> * Tried to configure create VM from backup in the GUI, was unable to change template. > * Tried to configure create VM from backup in the FUI, was unable to change ISO. Template/ISO can only be changed if the original template/iso was deleted. It is possible to do it from API though for advanced users. I'll add a note in the doc. > * The form to configure VM from backup does not allow to create network if an option already exists. I didn't see this in my testing. https://github.com/user-attachments/assets/fd97e79a-7b07-4c1a-9f0f-fee6465edff3 > * Tried to create VM from backup and delete the backup before the process ends, the deletion was allowed but the VM was not restored. I think that these processes should be either blocked from executing at the same time, or be queued. The processes are queued once they reach the agent. i.e, if the new instance is in Restoring state then backup is deleted, the agent will process the restore first and then backup delete. If the new instance is still being created/starting/stopping before restore, and the backup is deleted, delete is not blocked and restore will throw an error that backup is deleted. IMO this is not a must have, and I'll be happy to fix this as a future improvement. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org