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:
[email protected]
With regards,
Apache Git Services