/var/lib/kubelet/pods/$pod_id/volumes/kubernetes.io~csi/pvc_$pvc_id/ and delete vol_data.json after making sure this is not "live" volume. As Derek said, this is not longhorn bug, that's how kubelet is handling folder cleanup (calling rmdir will always fail if this directory contains...
NoExecute– Pods that don’t tolerate this taint are evicted if they’re already running on the node and aren’t scheduled to run on it in the future. Putting all these together, let’s see a quick example: $ kubectl taint nodes node1 app=blue:NoSchedule node/node1 tainted In this e...