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
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,37 @@ 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, like changing compute offering, and starting or live
56
+
migrating an instance to a specific host, CloudStack will ignore the host tags,
57
+
which can lead to issues where a instance starts on an undesired host.
58
+
59
+
To avoid a mismatch of tags, tags which must always match during any operation
60
+
can be defined in `vm.strict.host.tags`. If the tags which doesn't match are
61
+
also part of `vm.strict.host.tags`, the operation will fail.
62
+
63
+
If `resource.limit.host.tags` are defined and
64
+
`vm.strict.resource.limit.host.tag.check` is set to true, the tags defined in
65
+
`resource.limit.host.tags` are included with the `vm.strict.host.tags`.
66
+
67
+
.. list-table:: Strict host tags related global settings
68
+
:header-rows: 1
69
+
70
+
* - Parameter
71
+
- Default
72
+
- Description
73
+
* - ``vm.strict.host.tags``
74
+
- empty
75
+
- A comma-separated list of tags which must match during operations like
76
+
modifying the compute offering for an instance, and starting or live
77
+
migrating an instance to a specific host.
78
+
* - ``vm.strict.resource.limit.host.tag.check``
79
+
- `true`
80
+
- If set to true, tags specified in `resource.limit.host.tags` are also
81
+
included in `vm.strict.host.tags`.
82
+
52
83
Storage tags
53
84
------------
54
85
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