sureshanaparti commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2597260319
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/host/DeclareHostAsDegradedCmd.java:
##########
@@ -33,7 +33,7 @@
import org.apache.cloudstack.context.CallContext;
@APICommand(name = "declareHostAsDegraded",
- description = "Declare host as 'Degraded'. Host must be on
'Disconnected' or 'Alert' state. The ADMIN must be sure that there are no VMs
running on the respective host otherwise this command might corrupted VMs that
were running on the 'Degraded' host.",
+ description = "Declare host as 'Degraded'. Host must be on
'Disconnected' or 'Alert' state. The ADMIN must be sure that there are no
Instances running on the respective host otherwise this command might corrupted
VMs that were running on the 'Degraded' host.",
Review Comment:
```suggestion
description = "Declare host as 'Degraded'. Host must be on
'Disconnected' or 'Alert' state. The ADMIN must be sure that there are no
Instances running on the respective host otherwise this command might corrupted
Instances that were running on the 'Degraded' host.",
```
--
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]