How can solve error a file exists during mounting after networking problems?

after a networking outtage … all my statefulset pod have this kind of error in CrashLoopBackOff : ```
error while creating mount source path ‘/var/lib/kubelet/pods/xxxx/volumes/kubernetes.io~csi/pvc-cc5f5f52-4bc9-4df5-8ff8-f4c790500c98/mount’: mkdir /var/lib/kubelet/pods/xxxx/volumes/kubernetes.io~csi/pvc-cc5f5f52-4bc9-4df5-8ff8-f4c790500c98/mount: file exists

How can this be avoided? I would expect all pods to recover without manual operation... but Ihad to redeploy all




### Cluster information:

Kubernetes version:v1.20.8
Cloud being used: Nutanix
Csi Driver : csi.nutanix.com

You can format your yaml by highlighting it and pressing Ctrl-Shift-C, it will make your output easier to read.