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_r159630141
 
 

 ##########
 File path: 
engine/storage/volume/src/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java
 ##########
 @@ -1175,6 +1175,15 @@ private HostVO getHost(Long zoneId, HypervisorType 
hypervisorType, boolean compu
         return null;
     }
 
+    @DB
+    @Override
+    public boolean createVolumeFromBypassedTemplate(VolumeInfo volume, long 
dataStoreId) {
 
 Review comment:
   Where is this method used?

----------------------------------------------------------------
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

Reply via email to