TKGm: 2.x, 2.1
The Kubernetes `VolumeAttachment` object is out of sync with the underlying node's storage state. The API reports the volume as attached (`status: true`) to the worker node, preventing the CSI driver from re-attaching it, but the actual NFS mount path on the node OS is missing, stale, or inaccessible.
kubectl describe pod <pod-name> -n <namespace> | grep -i claimName kubectl get pvc <pvc-name> -n <namespace> kubectl get volumeattachment | grep <pv-name> kubectl get volumeattachment <volumeattachment-name> -o yaml kubectl delete volumeattachment <volumeattachment-name> kubectl get pods -n <namespace> | grep <pod-name>