You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/09/02 05:36:10 UTC

[GitHub] [cloudstack] sureshanaparti commented on a change in pull request #5333: vmware: delete snapshot disk after backup to secondary storage

sureshanaparti commented on a change in pull request #5333:
URL: https://github.com/apache/cloudstack/pull/5333#discussion_r700758944



##########
File path: plugins/hypervisors/vmware/src/main/java/com/cloud/storage/resource/VmwareStorageProcessor.java
##########
@@ -3764,24 +3766,24 @@ private Long restoreVolumeFromSecStorage(VmwareHypervisorHost hyperHost, Datasto
             throw new Exception(msg);
         }
 
-        VirtualMachineMO clonedVm = null;
+        VirtualMachineMO workerVm = null;

Review comment:
       @shwstppr If this is a worker VM, please tag it accordingly so that it can be tracked (when not destroyed, in failed scenarios) and cleaned up when worker vms cleanup is enabled.




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

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org