weizhouapache commented on a change in pull request #4522:
URL: https://github.com/apache/cloudstack/pull/4522#discussion_r538519904



##########
File path: server/src/main/java/com/cloud/template/TemplateManagerImpl.java
##########
@@ -2198,6 +2202,10 @@ private VMTemplateVO 
updateTemplateOrIso(BaseUpdateTemplateOrIsoCmd cmd) {
             template.setDynamicallyScalable(isDynamicallyScalable);
         }
 
+        if (templateType != null && templateType == TemplateType.SYSTEM) {
+            copyTemplateToAllZones(id);
+        }

Review comment:
       @davidjumani should the template be changed to cross-zone when it is 
done ?




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to