Skip to content

Commit bc90953

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source/adminguide/host_and_storage_tags.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ 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+
- (Explicit) host tags: the host tags are managed by CloudStack. Users can set, update, and delete host tags via CloudStack API or GUI.
28+
- Implicit host tags: the host tags are not managed by CloudStack API.
29+
30+
.. note::
31+
Currently the implicit host tags is only configurable for KVM hosts.
32+
To set it, please add the following line to /etc/cloudstack/agent/agent.properties
33+
and restart cloudstack-agent.
34+
35+
host.tags=<implicit host tags separated by comma>
36+
2637
To explain the behavior of host tags, some examples will be demonstrated with two hosts (Host1 and Host2):
2738

2839
#. Tag setup:

0 commit comments

Comments
 (0)