mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-28 03:47:34 +00: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.