forked from docs/doc-exports
Reviewed-by: Muller, Martin <martin.muller@t-systems.com> Co-authored-by: Zaoxu, Li <lizaoxu@huawei.com> Co-committed-by: Zaoxu, Li <lizaoxu@huawei.com>
6.1 KiB
6.1 KiB
Adding a Tag
Scenarios
You can add a tag for an existing EVS disk. You can also add tags when creating a disk. For details, see Creating an EVS Disk.
Tag Rules
A tag consists of a tag key and a tag value. Tag rules are described as follows: (Tag rules vary depending on regions. See the rules displayed on the console.)
- First set of rules:
- A tag key can contain a maximum of 36 characters. It can contain only letters, digits, special characters (.-_), and Unicode characters.
- A tag value can contain a maximum of 43 characters. It can contain only letters, digits, special characters (.-_), and Unicode characters.
- Second set of rules:
- A tag key can contain a maximum of 36 characters. It cannot contain special characters (=*<>\\,|/) or start or end with spaces.
- A tag value can contain a maximum of 43 characters. It cannot contain special characters (=*<>\\,|/) or start or end with spaces.
- Third set of rules:
- A tag key can contain a maximum of 128 characters. It cannot contain special characters (*<>\\/,|), start with _sys_, or start or end with spaces.
- A tag value can contain a maximum of 255 characters. It cannot contain special characters (*<>\\,|) or start or end with spaces.
Notes and Constraints
- A maximum of 10 tags can be added for an EVS disk.
- Tag keys of the same EVS disk must be unique.
Procedure
- Log in to the management console.
- Click
in the upper left corner and select the desired region and project. - Click
in the upper left corner and choose Storage > Elastic Volume Service.The Elastic Volume Service page is displayed.
- In the disk list, locate the desired disk and click the disk name.
The disk details page is displayed.
- Click the Tags tab.
- Click Add Tag.
The Add Tag page is displayed.
- Enter a key and a value for a tag and click OK.
- Key: This parameter is mandatory.
- Value: This parameter is optional.
The Tags tab is displayed, and you can view the newly added tag.
Parent topic: Managing EVS Tags