slavkap commented on a change in pull request #4907:
URL: https://github.com/apache/cloudstack/pull/4907#discussion_r644099216
##########
File path: server/src/main/java/com/cloud/template/TemplateManagerImpl.java
##########
@@ -1302,19 +1302,21 @@ private boolean attachISOToVM(long vmId, long isoId,
boolean attach) {
Command cmd = null;
if (attach) {
- cmd = new AttachCommand(disk, vmName, vmTO.getDetails());
Review comment:
Hi all,
I'm sorry to ask on already merged PR but is the `getDetails()` breaks the
force functionality on VMware? It's used on KVM when the VM boot type is UEFI,
and now it causes problems when detaching/attaching the ISO.
--
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]