You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/02/05 12:12:19 UTC

[GitHub] [cloudstack] weizhouapache commented on pull request #4626: server: fix failed to remove template/iso if upload from local fails

weizhouapache commented on pull request #4626:
URL: https://github.com/apache/cloudstack/pull/4626#issuecomment-773996183


   > NotUploaded
   
   @shwstppr NotUploaded is the initialed state of volumes/template/iso when it is uploaded from local.
   when upload starts, it will be transited to UploadInProgress
   when upload failed, it will be transited to UploadError
   
   I think deleting template/iso in NotUploaded state should not be allowed (same as volumes).
   when upload fails (by default template/isos/volumes will be in UploadError state after 1 hour), we can remove them.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org