Our Azure file share mounted on pods using https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-linux approach.
We are a seeing stale NFS file handle on one specific file can we every time we ask our program to create and write that file we are seeing the program terminate reporting us back stale NFS file handle
But creating the file using UNIX utility `echo "hello" > the-file.txt on the mounted file share seems to work.
What is the problem here? All the other files are getting created except this one file.