-
Notifications
You must be signed in to change notification settings - Fork 61
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
Failing closed after maximum retry is achieved to avoid inf recursion #336
Conversation
Hi @knabben. Thanks for your PR. I'm waiting for a kubernetes-csi member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @mauriciopoppe |
/ok-to-test |
@jsturtevant: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
f39bd14
to
6cf566e
Compare
I believe CI is failing because the kubernetes startup script on GCE instances is not working for Windows, cc @AnishShah |
I had filed kubernetes/kubernetes#124047 to track sig-windows-gce test job failures. |
/retest |
@mauriciopoppe any news in the gcp windows testing? |
Thanks for following up, our CI infra is up and running but a presubmit within Github Actions failed with tests unrelated with this change:
The failure above (only CI setup in Github actions) would need to be fixed in another PR and then we can retrigger presubmit tests in this PR to finally get it merged. |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Closing and reopening to trigger presubmit checks. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: knabben, mauriciopoppe 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 |
/retest |
Seems like Prow is refusing to merge because of a Github Action run that's obsolete but that it's still considering for merge
@knabben would it be possible to force push a new commit without any changes? I think that'd force Prow to check new Github Action runs. |
/lgtm |
/hold Would it be possible to squash the commits? I think we should be able to cherrypick the commit to the library branch for CSI Proxy v2 after that. |
/remove hold |
/remove-hold |
What type of PR is this?
What this PR does / why we need it:
Adding a maximum retry for the CSI to find the volume target from a mountpath.
Which issue(s) this PR fixes:
Fixes #193
Special notes for your reviewer:
Tracking the recursion call trace here:
#193 (comment)
Does this PR introduce a user-facing change?: