kubernetes-csi / csi-driver-nfs

This driver allows Kubernetes to access NFS server on Linux node.
Apache License 2.0
765 stars 236 forks source link

Remount when connection lost #674

Open barthofu opened 1 month ago

barthofu commented 1 month ago

Is your feature request related to a problem?/Why is this needed

Hello, i don't really know if it's an intended or normal behavior but each time i'm losing my NFS connection and then get it back up, it won't remount the disks in my pods.

I'm then in the obligation of restarting the pods...

Would it be possible to automate the NFS remount into the pod?