Re: [I] Can't delete NotUploaded templates (upload from local) [cloudstack]
DaanHoogland closed issue #8375: Can't delete NotUploaded templates (upload from local) URL: https://github.com/apache/cloudstack/issues/8375 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] Can't delete NotUploaded templates (upload from local) [cloudstack]
github-actions[bot] commented on issue #8375: URL: https://github.com/apache/cloudstack/issues/8375#issuecomment-3703173112 This issue is stale because it has been open for 120 days with no activity. It may be removed by administrators of this project at any time. Remove the stale label or comment to request for removal of it to prevent this. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] Can't delete NotUploaded templates (upload from local) [cloudstack]
weizhouapache commented on issue #8375: URL: https://github.com/apache/cloudstack/issues/8375#issuecomment-1862812856 > > @DaanHoogland it is the initial state of template. The final state could be UploadAbandoned, Active, UploadError > > meaning we cannot safely assume we can abandon and delete it? right. the state is changed to UploadAbandoned, only if it times out after 1 hour (or global setting upload.operation.timeout) there is no api to abandon it and update the state to UploadAbandoned -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] Can't delete NotUploaded templates (upload from local) [cloudstack]
DaanHoogland commented on issue #8375: URL: https://github.com/apache/cloudstack/issues/8375#issuecomment-1862797706 > @DaanHoogland it is the initial state of template. The final state could be UploadAbandoned, Active, UploadError meaning we cannot safely assume we can abandon and delete it? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] Can't delete NotUploaded templates (upload from local) [cloudstack]
DaanHoogland commented on issue #8375: URL: https://github.com/apache/cloudstack/issues/8375#issuecomment-1862709357 seems like `state==NotUploaded` is a valid starting point for removal. I think we can add that to the template lifecycle. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] Can't delete NotUploaded templates (upload from local) [cloudstack]
andrijapanicsb commented on issue #8375: URL: https://github.com/apache/cloudstack/issues/8375#issuecomment-1862566907 Copy that, good workaround :) Not sure why we even created DB record, would be nice to improve this. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] Can't delete NotUploaded templates (upload from local) [cloudstack]
weizhouapache commented on issue #8375: URL: https://github.com/apache/cloudstack/issues/8375#issuecomment-1862483247 @andrijapanicsb wait a hour :-D when the state is changed to 'UploadError', you will be able to delete the template -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
