harikrishna-patnala commented on code in PR #11782:
URL: https://github.com/apache/cloudstack/pull/11782#discussion_r2404414649


##########
engine/components-api/src/main/java/com/cloud/template/TemplateManager.java:
##########
@@ -56,6 +56,13 @@ public interface TemplateManager {
             + "will validate if the provided URL is resolvable during the 
register of templates/ISOs before persisting them in the database.",
             true);
 
+    ConfigKey<Boolean> TemplateDeleteFromPrimaryStorage = new 
ConfigKey<Boolean>("Advanced",

Review Comment:
   @abh1sar do we really need a global setting for this usecase, I think we can 
directly delete the template if there is no usage found. 



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