Skip to content

Commit def262c

Browse files
committed
Implicit host tags on KVM
1 parent fd50cb8 commit def262c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

source/adminguide/host_and_storage_tags.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ Host tags
2323
---------
2424
Host tags are responsible for directing VMs to compatible hosts. They are validated with the host tags informed in the compute offerings or in the system offerings.
2525

26+
There are two types of host tags:
27+
28+
- (Explicit) host tags: the host tags are managed by CloudStack. Users can set, update, and delete host tags via CloudStack API or GUI.
29+
- Implicit host tags: the host tags are not managed by CloudStack API.
30+
31+
.. note::
32+
Currently the implicit host tags are only configurable on KVM hosts.
33+
To set it, please add the following line to /etc/cloudstack/agent/agent.properties
34+
and restart cloudstack-agent.
35+
36+
host.tags=<implicit host tags separated by comma>
37+
2638
To explain the behavior of host tags, some examples will be demonstrated with two hosts (Host1 and Host2):
2739

2840
#. Tag setup:

0 commit comments

Comments
 (0)