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
This feature was very useful, but it was broken by 2aff77c
It's broken in two ways:
We select all snapshots that have the given tag, regardless of its value.
We AND that with volume_id =
So, if you specify the --volume-id-in-tag TAG option, the list of snapshots is effectively has_tag('TAG') AND volume_id == 'TAG'. It should be one or the other and it should be filtering on tag value, not just presence.
The text was updated successfully, but these errors were encountered:
This feature was very useful, but it was broken by 2aff77c
It's broken in two ways:
volume_id =
So, if you specify the
--volume-id-in-tag TAG
option, the list of snapshots is effectivelyhas_tag('TAG') AND volume_id == 'TAG'
. It should be one or the other and it should be filtering on tag value, not just presence.The text was updated successfully, but these errors were encountered: