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 Node: Track in-use volumes for Node Stage/Unstaging #7029

Closed
endocrimes opened this issue Jan 31, 2020 · 1 comment
Closed

CSI Node: Track in-use volumes for Node Stage/Unstaging #7029

endocrimes opened this issue Jan 31, 2020 · 1 comment
Assignees
Milestone

Comments

@endocrimes
Copy link
Contributor

When a Node Plugin implements the STAGE_UNSTAGE volume capability, we need to do some local state tracking on the client to only call NodeUnstageVolume when the last allocation that uses the volume shuts down.

This means that we need to keep a track of running allocations for a given volume and then only call NodeUnstageVolume during UnmountVolume when freeing the volume.

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, 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 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant