mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-29 01:59:25 -04:00
When a block device, say /dev/sdc, is unexpectedly disconnected from a node, the corresponding backing file path found at /sys/block/loop*/backing_file gets a "(deleted)" suffix. This patch trims that suffix out, allowing the Kubelet to unmount the volume correctly. |
||
|---|---|---|
| .. | ||
| volume_path_handler.go | ||
| volume_path_handler_linux.go | ||
| volume_path_handler_linux_test.go | ||
| volume_path_handler_unsupported.go | ||