sureshanaparti commented on a change in pull request #4907:
URL: https://github.com/apache/cloudstack/pull/4907#discussion_r614773531
##########
File path:
plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/resource/VmwareResource.java
##########
@@ -5371,7 +5371,7 @@ protected AttachIsoAnswer execute(AttachIsoCommand cmd) {
"Failed to unmount vmware-tools
installer ISO as the corresponding CDROM device is locked by VM. Please unmount
the CDROM device inside the VM and ret-try.");
}
} catch (Throwable e) {
- vmMo.detachIso(null);
+ vmMo.detachIso(null, cmd.isForce());
Review comment:
_cmd.isForced()_ here
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]