Pod Stuck with PVC Attach Error failed to stage volume: multipath device not found when it is expected
Applies to
- Trident CSI integration
- Kubernetes/Openshift environments
Issue
A pod astuck and failed to attach its Persistent Volume Claim (PVC), resulting in the pod not starting.
Log Output/Symptom:
- Pod stuck with error message about PVC attach failure.
- PVC events indicate attach error or multi-attach error.
- Example:
MountVolume.MountDevice failed for volume "pvc-<uuid>" : rpc error: code = Internal desc = rpc error: code = Internal desc = failed to stage volume: multipath device not found when it is expected
