weizhouapache commented on code in PR #7485:
URL: https://github.com/apache/cloudstack/pull/7485#discussion_r1187798269


##########
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:
   it seems I misunderstood the code :-D
   
   is there a scenario that template download is skipped but it is expected 
behaviour ? direct download ?



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

Reply via email to