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/06/02 16:26:53 UTC

[GitHub] [cloudstack] Pearl1594 commented on a change in pull request #4907: vmware: Add force parameter to iso attach/detach operations

Pearl1594 commented on a change in pull request #4907:
URL: https://github.com/apache/cloudstack/pull/4907#discussion_r644126740



##########
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:
       @slavkap I think this got reverted while rebasing the code. Thanks for pointing it out. This would need to be fixed. 




-- 
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:
users@infra.apache.org