Closed andyzhangx closed 3 years ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: andyzhangx
To complete the pull request process, please assign saad-ali after the PR has been reviewed.
You can assign the PR to them by writing /assign @saad-ali
in a comment when ready.
The full list of commands accepted by this bot can be found here.
/assign @msau42 I see PR template of this repo is
Sorry, we do not accept changes directly against this repository. Please see
CONTRIBUTING.md for information on where and how to contribute instead.
Shall we use another contribution welcome PR template?
Sorry, this is really confusing. But basically this repo is a mirror of kubernetes/kubernetes/staging/mount-utils. So the PR you have for kubernetes/kubernetes will get published here whenever a kubernetes tag is made.
Sorry, this is really confusing. But basically this repo is a mirror of kubernetes/kubernetes/staging/mount-utils. So the PR you have for kubernetes/kubernetes will get published here whenever a kubernetes tag is made.
@msau42 in that case, there would be a dependency on k8s release, that's time consuming. I would still think SMB CSI driver could depend on https://github.com/kubernetes/utils/, it's more efficient to make some changes. Can we merge this PR into k8s/utils first? https://github.com/kubernetes/utils/pull/203
In the meantime, I will make same code change into k/k
Intermediate kubernetes tags are also pushed too. So I don't think it should be a long wait.
https://github.com/kubernetes/kubernetes/pull/101398 would fix this issue.
What type of PR is this? /kind bug
What this PR does / why we need it: fix: set "host is down" as corrupted mount
When SMB server is down, there is no way to terminate pod which is using SMB mount, would get following error. This PR regard
host is down
as corrupted mount dir, and then I would work out another PR in k8s to skipUnmountVolume.TearDown
process ifhost is down
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: