weizhouapache commented on code in PR #9206:
URL: https://github.com/apache/cloudstack/pull/9206#discussion_r1650559249
##########
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:
@sureshanaparti @DaanHoogland
to be frank, I see no reason why private templates cannot be copied to other
zones.
the public/private property is only related to user access control
(domain/account), not the locations (zones/regions).
I prefer to consider it as a bug.
--
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]