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
Copy file name to clipboardExpand all lines: source/adminguide/host_and_storage_tags.rst
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,35 @@ To explain the behavior of host tags, some examples will be demonstrated with tw
49
49
* Offering: h3
50
50
None of the hosts have compatible tags and it will not be possible to deploy a VM with the offering. However, CloudStack ignores this behavior when a host is manually selected.
51
51
52
+
.. _strict-host-tags:
53
+
Strict Host Tags
54
+
-----------------
55
+
During certain operations, such as VM deployment, changing compute offering and live migration,
56
+
CloudStack will ignore the host tags if a host is specified. This can result in issues in which
57
+
a VM is deployed on an undesired host.
58
+
59
+
This behavior can be changed by setting the `vm.strict.host.tags` to the list of tags which
60
+
should match with the host. While performing the operations where a mismatch of tags can occur,
61
+
CloudStack will fail the operation if the host tags do not match with the tags specified
62
+
in `vm.strict.host.tags`.
63
+
64
+
If `resource.limit.host.tags` is defined and `vm.strict.resource.limit.host.tag.check` is set to
65
+
`true`, the host tags will be checked against the tags specified in `vm.strict.host.tags` as
66
+
well as the `resource.limit.host.tags`.
67
+
68
+
.. list-table:: Strict host tags related global settings
69
+
:header-rows: 1
70
+
71
+
* - Parameter
72
+
- Default
73
+
- Description
74
+
* - ``vm.strict.host.tags``
75
+
- empty
76
+
- A comma-separated list of tags for strict host checking while performing operations like VM deployment, changing compute offering, and live migration.
77
+
* - ``vm.strict.resource.limit.host.tag.check``
78
+
- `true`
79
+
- If set to true, `resource.limit.host.tags` are also included in the strict host tag check.
80
+
52
81
Storage tags
53
82
------------
54
83
Storage tags are responsible for directing volumes to compatible primary storage. They are validated with the storage tags entered in the disk offerings or system offerings.
0 commit comments