Skip to content

Commit 0db674b

Browse files
authored
Merge pull request #2275 from AndrewSirenko/note
Update volume modification example 6 hour cooldown note
2 parents c32658a + 5b3aa73 commit 0db674b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/modify-volume.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ The EBS CSI Driver also supports modifying tags of existing volumes (only availa
4040

4141
## Considerations
4242

43-
- Keep in mind the [6 hour cooldown period](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyVolume.html) for EBS ModifyVolume. Multiple ModifyVolume calls for the same volume within a 6 hour period will fail.
43+
- Keep in mind the [6-hour cooldown period](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyVolume.html) for EBS ModifyVolume. Multiple ModifyVolume calls for the same volume within a 6-hour period will fail.
44+
- Note: If your volume modification only creates/modifies AWS resource tags, EBS ModifyVolume will not be called and this 6-hour cooldown period does not apply.
4445
- Ensure that the desired volume properties are permissible. The driver does minimum client side validation.
4546

4647
## Example

0 commit comments

Comments
 (0)