sureshanaparti commented on code in PR #9206:
URL: https://github.com/apache/cloudstack/pull/9206#discussion_r1650513948


##########
engine/storage/image/src/main/java/org/apache/cloudstack/storage/image/TemplateServiceImpl.java:
##########
@@ -532,11 +532,6 @@ public void handleTemplateSync(DataStore store) {
                                 s_logger.info("Skip downloading template " + 
tmplt.getUniqueName() + " since no url is specified.");
                                 continue;
                             }
-                            // if this is private template, skip sync to a new 
image store
-                            if (isSkipTemplateStoreDownload(tmplt, zoneId)) {

Review Comment:
   @weizhouapache Can this be controlled through a config (which can be default 
to false - keep the existing behavior as well)?



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