kubernetes/pkg/volume/util/volumepathhandler
Jan Safranek c11427fef5 Call NodeUnstage after NodeStage timeout
When NodeStage times out and does not prepare destination device and user
deletes corresponding pod, the driver may continue staging the volume in
background. Kubernetes must call NodeUnstage to "cancel" this operation.

Therefore TearDownDevice should be called even when the target directory
does not exist (yet).
2020-03-02 12:54:02 +01:00
..
BUILD Remove pkg/util/mount (moved out of tree) 2019-11-15 08:29:12 -07:00
volume_path_handler_linux.go Change getDeviceMajorMinor to use unix.Stat 2019-11-14 15:58:27 +00:00
volume_path_handler_unsupported.go Make descriptor lock per pod and release it per pod 2019-11-14 15:58:26 +00:00
volume_path_handler.go Call NodeUnstage after NodeStage timeout 2020-03-02 12:54:02 +01:00