rafaelweingartner commented on a change in pull request #2379: CLOUDSTACK-10146: Bypass Secondary Storage for KVM templates URL: https://github.com/apache/cloudstack/pull/2379#discussion_r159630513
########## File path: plugins/hypervisors/ovm3/src/main/java/com/cloud/hypervisor/ovm3/resources/Ovm3StorageProcessor.java ########## @@ -820,6 +821,12 @@ public ResignatureAnswer resignature(final ResignatureCommand cmd) { return new ResignatureAnswer("Not implemented"); } + @Override + public Answer handleDownloadTemplateToPrimaryStorage(DirectDownloadCommand cmd) { + // Not implemented for OV3 Review comment: These comments can be remove ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services