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: comment clarifications and dropping no-op work #9059

Merged
merged 3 commits into from
Oct 9, 2020
Merged

Conversation

tgross
Copy link
Member

@tgross tgross commented Oct 9, 2020

A collection of tiny changes:

  • Fix an incorrect comment about csi_hook context lifetime and change it from context.TODO() to context.Background()
  • Remove stray TODO comment for work completed in CSI RPC Token #8626
  • Make only one pass to collect past claims in volumewatcher: if a volume GC and a nomad volume detach command land concurrently, we can end up with multiple claims without an allocation, which results in extra no-op work when finding claims to collect as past claims.

tgross added 3 commits October 9, 2020 10:39
This item was completed in #8626
If a volume GC and a `nomad volume detach` command land concurrently, we can
end up with multiple claims without an allocation, which results in extra
no-op work when finding claims to collect as past claims.
@tgross tgross requested review from notnoop and drewbailey October 9, 2020 14:45
@tgross tgross merged commit 3c3e54a into master Oct 9, 2020
@tgross tgross deleted the b-csi-minor-items branch October 9, 2020 15:03
@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 Dec 15, 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.

2 participants