-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 63569, 63918, 63980, 63295, 63989). 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>. Fixed CSI volume detach when the volume is already detached. **What this PR does / why we need it**: "VolumeAttachment NotFound" error should be treated as successful detach. /sig storage /assign @vladimirvivien @saad-ali **Special notes for your reviewer**: Note that the PR changes just 4 lines in attachment code, the rest is unit test refactoring to inject fake errors. **Release note**: ```release-note NONE ```