input output error on the mount point of an ontap-san XFS formatted Trident PV
Applies to
- Trident for Kubernetes and Openshift
ontap-sanorontap-san-economydriver- ONTAP 9
- Persistent Volume (PV)
Issue
- Trident ontap-san (iSCSI) XFs Volume became corrupted when the volume ran 100% full
- When using XFS fsType PVs the following error may occur when trying to either mount or unmount (attach/detach to/from node):
can't determine if directory /var/lib/kubelet/pods/<POD-UUID>/volumes/kubernetes.io~csi/<PVC-UUID>/mount exists; stat /var/lib/kubelet/pods/<POD-UUID>/volumes/kubernetes.io~csi/<PVC-UUID>/mount: input/output error
- Replacing the PV is not possible due to the exiting one not being able to be cleaned up/deleted, since umount detaching through Trident doesn't work due to a stat error on the mount point.
