sureshanaparti commented on a change in pull request #5333:
URL: https://github.com/apache/cloudstack/pull/5333#discussion_r698281399
##########
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:
```suggestion
VirtualMachineMO importedVm = null;
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]