DaanHoogland commented on issue #3383: template: copy md5 mismatch URL: https://github.com/apache/cloudstack/pull/3383#issuecomment-576281460 @borisstoyanov @andrijapanicsb @shwstppr @rhtyd @PaulAngus , I managed to avoid the rabbit-hole kind of. We are (for now) not giving a checksum when copying from zone to zone. The reason for not creating one before starting the copy is that the copy is done from a constructed URL and the original file is never in play. In the future I think we want a command-answer implementation for getChecksumForFile. I have done some refactoring and implemented sha-512 instead of md5 along the way. I am testing the download on a added zone for a all-zones template and copy a zone specific template to the new zone as well. I'll be firing regressions as well, but none of those will touch this change.
---------------------------------------------------------------- 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
