You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/01/30 10:00:51 UTC

[GitHub] [cloudstack] DaanHoogland commented on a change in pull request #3383: template: copy md5 mismatch

DaanHoogland commented on a change in pull request #3383: template: copy md5 mismatch
URL: https://github.com/apache/cloudstack/pull/3383#discussion_r372855579
 
 

 ##########
 File path: engine/storage/image/src/main/java/org/apache/cloudstack/storage/image/TemplateServiceImpl.java
 ##########
 @@ -1052,6 +1052,9 @@ public void syncTemplateToRegionStore(long templateId, DataStore store) {
         DataObject templateOnStore = destStore.create(tmplForCopy);
         templateOnStore.processEvent(Event.CreateOnlyRequested);
 
+        // I am the big assumer^Wpretender
 
 Review comment:
   Ok, i checked the code path and it will be an `TemplateObject` always, but you are right.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services