Closed mpatlasov closed 2 months ago
Hi @mpatlasov. 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 /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
pkg/smb/controllerserver.go | 5 | 7 | 71.43% | ||
<!-- | Total: | 5 | 7 | 71.43% | --> |
Totals | |
---|---|
Change from base Build 10694880175: | -0.04% |
Covered Lines: | 959 |
Relevant Lines: | 1224 |
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: andyzhangx, mpatlasov
The full list of commands accepted by this bot can be found here.
The pull request process is described here
os.RemoveAll() fails if at least one subdir doesn't have write permissions. See https://github.com/kubernetes-csi/csi-driver-smb/issues/834.
/kind bug
Fixes https://github.com/kubernetes-csi/csi-driver-smb/issues/834
Release note: