You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now ECS is not automatically stopped/started when it's added to huaweicloud_compute_servergroup. This causes errors such as:
Error: Error to add a instance to ECS server group, err=Bad request with: [POST https://....], error message: {"error":{"message":"{\"badRequest\": {\"message\": \"Instance ... can not add, cause its state is not STOPPED\", \"code\": 400}}","code":"Ecs.1000"}}
and forces administrator to stop ECSes manually as prerequisite to servergroup operations.
Expected Behavior
It would be nice to embed this ECS auto-stop/start into servergroup operation process like it's implemented for ECS flavor switching operation.
The text was updated successfully, but these errors were encountered:
Hello,
Terraform Version
Terraform v0.14.8
Affected Resource(s)
Please list the resources as a list, for example:
Actual Behavior
For now ECS is not automatically stopped/started when it's added to huaweicloud_compute_servergroup. This causes errors such as:
and forces administrator to stop ECSes manually as prerequisite to servergroup operations.
Expected Behavior
It would be nice to embed this ECS auto-stop/start into servergroup operation process like it's implemented for ECS flavor switching operation.
The text was updated successfully, but these errors were encountered: