mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-15 14:26:57 +00:00
Automatic merge from submit-queue Unmount operation should not fail if volume is already unmounted **What this PR does / why we need it**: If the volume is already unmounted from the pod, another unmount operation should not fail. fixes: https://github.com/kubernetes/kubernetes/issues/37657