DaanHoogland commented on code in PR #460:
URL:
https://github.com/apache/cloudstack-documentation/pull/460#discussion_r1890466765
##########
source/adminguide/host_and_storage_tags.rst:
##########
@@ -96,23 +105,31 @@ Storage tags are responsible for directing volumes to
compatible primary storage
To explain the behavior of storage tags, some examples will be demonstrated:
#. Tag setup:
+
* Storage: A
* Offering: A,B
+
Storage and offering accept a list of tags, with the comma (,) being their
separator. Therefore, in this example, the offering has tags A and B. In this
example, it will not be possible to allocate the volume, as all the offering
tags must exist in the storage. Although the storage has the A tag, it does not
have the B tag.
Review Comment:
```suggestion
Storage and offering accept a list of tags, with the comma (,) being their
separator. Therefore, in this example, the offering has tags A and B. In this
example, it will not be possible to allocate the volume, as all the offering
tags must exist in the storage. Although the storage has the A tag, it does not
have the B tag.
```
--
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]