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_r159630596
##########
File path:
plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageProcessor.java
##########
@@ -2425,4 +2426,10 @@ public void setFullCloneFlag(boolean value){
this._fullCloneFlag = value;
s_logger.debug("VmwareProcessor instance - create full clone = " +
(value ? "TRUE" : "FALSE"));
}
+
+ @Override
+ public Answer handleDownloadTemplateToPrimaryStorage(DirectDownloadCommand
cmd) {
+ // Not implemented for Vmware
Review comment:
comment
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services