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



##########
File path: 
api/src/main/java/org/apache/cloudstack/api/command/user/iso/AttachIsoCmd.java
##########
@@ -54,6 +54,9 @@
             required = true, description = "the ID of the virtual machine")
     protected Long virtualMachineId;
 
+    @Parameter(name=ApiConstants.FORCED, type=CommandType.BOOLEAN, 
description="If true, ejects existing iso before attaching on vmware. Default: 
false", since = "4.15.1")
+    protected Boolean forced;

Review comment:
       That's true @nvazquez. However, this has been done in cases where we 
have a configdrive iso- under such cases, we can't do a detach operation.




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


Reply via email to