Closed beornf closed 1 week ago
This PR fixes unmount errors when there is no directory or the directory has already been unmounted. This makes the NodeUnstageVolume and NodeUnpublishVolume methods fully idempotent.
NodeUnstageVolume
NodeUnpublishVolume
Pusher: @beornf, Action: pull_request_target
pull_request_target
Pusher: @optik-aper, Action: pull_request_target
Description
This PR fixes unmount errors when there is no directory or the directory has already been unmounted. This makes the
NodeUnstageVolume
andNodeUnpublishVolume
methods fully idempotent.