Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSI: listing from plugins can return EOF #10331

Merged
merged 1 commit into from
Apr 8, 2021
Merged

CSI: listing from plugins can return EOF #10331

merged 1 commit into from
Apr 8, 2021

Conversation

tgross
Copy link
Member

@tgross tgross commented Apr 8, 2021

The AWS EBS CSI plugin was observed (see #10322) to return a EOF when we get to the end of the paging for ListSnapshots, counter to specification. Handle this case gracefully, including for ListVolumes (which EBS doesn't support but has similar semantics).

Also fixes a timestamp formatting bug on ListSnapshots

@tgross tgross added this to the 1.1.0 milestone Apr 8, 2021
@tgross tgross marked this pull request as ready for review April 8, 2021 15:29
Copy link
Contributor

@drewbailey drewbailey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

The AWS EBS CSI plugin was observed to return a EOF when we get to the end of
the paging for `ListSnapshots`, counter to specification. Handle this case
gracefully, including for `ListVolumes` (which EBS doesn't support but has
similar semantics).

Also fixes a timestamp formatting bug on `ListSnapshots`
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants