Pearl1594 commented on a change in pull request #5831:
URL: https://github.com/apache/cloudstack/pull/5831#discussion_r811575405



##########
File path: core/src/main/java/com/cloud/resource/ServerResourceBase.java
##########
@@ -306,4 +309,13 @@ public boolean start() {
     public boolean stop() {
         return true;
     }
+
+    public String calculateCurrentChecksum(String name, String path) {
+        String cloudScriptsPath = Script.findScript("", path);

Review comment:
       checksum of the cloud-scripts.tgz file is calculated using this method




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