mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-02 14:23:54 +00:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix bug:Kubelet failure to umount mount points What this PR does / why we need it: Fix bug#41141:Kubelet failure to umount glusterfs mount points kubelet failure to umount mount moints in these cases: 1. glusterfs volume : transport endpoint is not connected 2. nfs volume : stale NFS file handle this PR will fix it Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes # fixes #41141 Special notes for your reviewer: NONE Release note: NONE