Red Hat Training

A Red Hat training course is available for Red Hat Gluster Storage

4.6. tags

The tag resource type groups all tags in a Red Hat Storage Console Application.

Table 4.16. Tag parameters

Name Type Description Required User Creatable User Updatable
--name
string
The name of the tag.
Yes
Yes
Yes
--description
string
A description for the string.
Yes
Yes
Yes
--parent-name
string
A reference to the parent tag that the tag is attached.
Yes
Yes
Yes

Example 4.10. Creating a new tag

[RHSC shell (connected)]# add tag --name MyTag --description "A TAG"

Example 4.11. Updating a new tag

[RHSC shell (connected)]# update tag MyTag --name Tag1

Example 4.12. Removing a tag

[RHSC shell (connected)]# remove tag Tag1