I'm getting stale file handle errors after the mover runs (scheduled at 03:40) affecting Frigate running under docker. Unraid is v6.12.6.
2024-01-05 03:46:17.613617144 OSError: [Errno 116] Stale file handle: '/media/../clips'
Looking at your mount options I am mounting with soft whereas you are using hard mount so I'll try changing that and see if the issue persists.
/var/lib/docker/volumes/frigate_clips_nfs/_data from :/mnt/user/../clips
Flags: rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,soft,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.x.x,local_lock=none,addr=192.168.x.x
# nfsstat -m
/var/lib/docker/volumes/frigate_clips_nfs/_data from :/mnt/user/../clips
Flags: rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,soft,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.x.x,local_lock=none,addr=192.168.x.x