mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2026-01-16 01:31:48 +00:00
If plugin is non-attachable, global unmap path isn't stored in asw then plugin fails to unmap volume. To store the path, this PR moves MarkDeviceAsMounted operation from the `if volumeAttacher != nil` block. Fixes #60025