weizhouapache commented on code in PR #7485:
URL: https://github.com/apache/cloudstack/pull/7485#discussion_r1187234971
##########
engine/storage/image/src/main/java/org/apache/cloudstack/storage/image/TemplateServiceImpl.java:
##########
@@ -286,6 +286,23 @@ public void handleSysTemplateDownload(HypervisorType
hostHyper, Long dcId) {
}
}
+ protected boolean isSkipTemplateStoreDownload(VMTemplateVO template, Long
zoneId) {
+ if (template.isPublicTemplate()) {
Review Comment:
@shwstppr
if an error template is public or featured, will it become Active ?
--
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]