sp-techdocs commented on code in PR #460:
URL:
https://github.com/apache/cloudstack-documentation/pull/460#discussion_r1892050580
##########
source/adminguide/host_and_storage_tags.rst:
##########
@@ -31,30 +31,39 @@ There are two types of host tags:
To explain the behavior of host tags, some examples will be demonstrated with
two hosts (Host1 and Host2):
#. Tag setup:
+
* Host1: h1
* Host2: h2
* Offering: h1
+
When a VM is created with the offering, the deployment will be carried out
on Host1, as it is the one that has the tag compatible with the offering.
#. Tag setup:
+
* Host1: h1
* Host2: h2,h3
* Offering: h3
+
Hosts and offerings accept a list of tags, with comma (,) being their
separator. So in this example, Host2 has the h2 and h3 tags. When a VM is
created with the offering, the deployment will be carried out on Host2, as it
is the one that has the tag compatible with the offering.
Review Comment:
As above, it might be better to keep the indentation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]