-
Notifications
You must be signed in to change notification settings - Fork 40.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add path exist check in getPodVolumePathListFromDisk #38909
Conversation
Jenkins GCI GKE smoke e2e failed for commit 02d054642b6b0e66f504aff510bdba5b58e0632e. Full PR test history. The magic incantation to run this job again is |
Thanks @jingxu97. LGTM Please cherry-pick to 1.5 and 1.4 after merge. |
@k8s-bot bazel test this |
@k8s-bot verify test this |
@k8s-bot gci gke e2e test this |
Jenkins Bazel Build failed for commit 02d054642b6b0e66f504aff510bdba5b58e0632e. Full PR test history. The magic incantation to run this job again is |
Jenkins verification failed for commit 02d054642b6b0e66f504aff510bdba5b58e0632e. Full PR test history. The magic incantation to run this job again is |
Looks like you need to run update-bazel:
|
Add the path exist check in the function. If the path does not exist, return empty list and nil error.
02d0546
to
3fbf68e
Compare
/lgtm |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Jenkins GCE etcd3 e2e failed for commit 3fbf68e. Full PR test history. The magic incantation to run this job again is |
Automatic merge from submit-queue (batch tested with PRs 38909, 39213) |
…09-upstream-release-1.4 Automated cherry pick of #38909
…rphanedPodDirs This is basically a cherry-pick of: 1. kubernetes/kubernetes#38909 2. https://github.com/kubernetes/kubernetes/pull/41626/files But those commits can't be directly cherry picked because of whole lot of dependencies. Fixes openshift#13111
Add the path exist check in the function. If the path does not exist,
return empty list and nil error.
fix issue #38498