mirror of https://github.com/apache/cloudstack.git
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. |
||
|---|---|---|
| .. | ||
| apidoc | ||
| appliance | ||
| bugs-wiki | ||
| build | ||
| checkstyle | ||
| devcloud-kvm | ||
| devcloud4 | ||
| docker | ||
| eclipse | ||
| git | ||
| jira | ||
| logo | ||
| marvin | ||
| ngui | ||
| transifex | ||
| utils/database_comparision_during_upgrade | ||
| whisker | ||
| pom.xml | ||