-
Notifications
You must be signed in to change notification settings - Fork 271
fix: add locks for nodeserver publish/unpublish operations #574
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
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andyzhangx The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Short question in regards to this issue ? With kind regards, |
it's only updated in canary image: |
Thanks for the quick response i will test that one. |
unfortunately it crashes: │ nfs I1227 13:24:27.766447 1 nfs.go:84] Driver: nfs.csi.k8s.io version: v4.6.0 |
@GImmekerAFP that's introduced by another PR, this PR will fix it: #576 |
What type of PR is this?
/kind bug
What this PR does / why we need it:
fix: add locks for nodeserver publish/unpublish operations
Per CSI(Container Storage Interface), if a mount operation is in-progress for the volume then CSI driver should return error code "10 ABORTED"
Which issue(s) this PR fixes:
Fixes #569 #209
Special notes for your reviewer:
Does this PR introduce a user-facing change?: