abh1sar commented on PR #10140:
URL: https://github.com/apache/cloudstack/pull/10140#issuecomment-3139048190

   > > > * 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.
   > 
   > Could we map it as an issue then?
   
   Created issue https://github.com/apache/cloudstack/issues/11356


-- 
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

Reply via email to