-
Notifications
You must be signed in to change notification settings - Fork 378
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
sidecar controller update, fix potential snapshot leaking #210
Conversation
/assign @xing-yang |
cc @jingxu97 |
Have you tested this? Is there a visible delay in content deletion? |
It's kinda of hard to reproduce the leak issue. deletion via CSI happens really quick in real drivers like PD. I have, though, added unit testing to mimic driver error, and saw the finalizer is still there not removed. |
resolve comments
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xing-yang, yuxiangqian 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 |
b54c1ba Merge pull request kubernetes-csi#246 from xing-yang/go_1.21 5436c81 Change go version to 1.21.5 267b40e Merge pull request kubernetes-csi#244 from carlory/sig-storage b42e5a2 nominate self (carlory) as kubernetes-csi reviewer a17f536 Merge pull request kubernetes-csi#210 from sunnylovestiramisu/sidecar 011033d Use set -x instead of die 5deaf66 Add wrapper script for sidecar release git-subtree-dir: release-tools git-subtree-split: b54c1ba
Add wrapper script for sidecar release
What type of PR is this?
/kind cleanup
/kind bug
What this PR does / why we need it:
clean up sidecar logic, fix potential snapshot leaking issue, added more test cases
Which issue(s) this PR fixes:
Fixes #209
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
NONE