You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tags are not present for FSx volumes from the describe_volumes call even when they are set. But additional list_tags_for_resource for FSx volume returns all tags correctly. I'm not sure this is intended behavior.
Regression Issue
Select this option if this issue appears to be a regression.
Expected Behavior
All tags are returned in the describe_volumes call.
Current Behavior
No tags are returned in the describe_volumes call.
Reproduction Steps
Set tags on FSx volumes.
Use the describe_volumes call to get tags.
Observe that no tags have been returned.
Possible Solution
No response
Additional Information/Context
Seems AWS CLI has the same behavior. But tags are correctly returned for filesystems.
Version
aws-sdk-fsx v1.56.0
Environment details (OS name and version, etc.)
Linux hp 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Logs
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Tags are not present for FSx volumes from the
describe_volumes
call even when they are set. But additionallist_tags_for_resource
for FSx volume returns all tags correctly. I'm not sure this is intended behavior.Regression Issue
Expected Behavior
All tags are returned in the
describe_volumes
call.Current Behavior
No tags are returned in the
describe_volumes
call.Reproduction Steps
describe_volumes
call to get tags.Possible Solution
No response
Additional Information/Context
Seems AWS CLI has the same behavior. But tags are correctly returned for filesystems.
Version
Environment details (OS name and version, etc.)
Linux hp 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Logs
No response
The text was updated successfully, but these errors were encountered: