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

 ##########
 File path: 
engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java
 ##########
 @@ -1273,6 +1273,7 @@ public void prepareForMigration(VirtualMachineProfile 
vm, DeployDestination dest
         for (int i = 0; i < 2; i++) {
             // retry one more time in case of template reload is required for 
Vmware case
             AsyncCallFuture<VolumeApiResult> future = null;
+            boolean bypassed = false;
 
 Review comment:
   unused variable

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

Reply via email to