mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 05:26:35 +00:00
Documentation PR: https://github.com/apache/cloudstack-documentation/pull/398 Currently, an administrator can break host tag compatibility for a VM administrator by certain operations: * deploy/start VM on a specific host * migrate VM * restore VM * scale VM This PR allows the user to specify tags which must be checked during these operations. Global Settings 1. `vm.strict.host.tags` - A comma-separated list of tags for strict host check (Default - empty) 2. `vm.strict.resource.limit.host.tag.check` - Determines whether the resource limits tags are considered strict or not (Default - true) During the above operations, we now check and throw an error if host tags compatibility is being broken for tags specified in `vm.strict.host.tags`. If `vm.strict.resource.limit.host.tag.check` is set to `true`, tags set in `resource.limit.host.tags` are also checked during these operations. |
||
|---|---|---|
| .. | ||
| api | ||
| components-api | ||
| orchestration | ||
| schema | ||
| service | ||
| storage | ||
| userdata | ||
| pom.xml | ||