DaanHoogland commented on code in PR #7866:
URL: https://github.com/apache/cloudstack/pull/7866#discussion_r1294618076
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/systemvm/StopSystemVmCmd.java:
##########
@@ -54,7 +54,7 @@ public class StopSystemVmCmd extends BaseAsyncCmd {
description = "The ID of the system virtual machine")
private Long id;
- @Parameter(name = ApiConstants.FORCED, type = CommandType.BOOLEAN,
required = false, description = "Force stop the VM. The caller knows the VM is
stopped.")
+ @Parameter(name = ApiConstants.FORCED, type = CommandType.BOOLEAN,
required = false, description = "Force stop the VM. To be used if the caller
knows the VM is stopped and should be marked as such.")
Review Comment:
```suggestion
@Parameter(name = ApiConstants.FORCED, type = CommandType.BOOLEAN,
required = false, description = "Force stop the VM. (vm is marked as Stopped
even when command fails to be send to the backend, otherwise a force poweroff
is attempted). To be used if the caller knows the VM is stopped and should be
marked as such.")
```
--
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]