NFS mounting options

Hello,

I’ve been doing storage server maintenance for the first time since using sonarr and I’m having issues with my NFS mounts on the sonarr vm.

If I reboot my storage server or stop nfs, etc, and the shares go down, then bring them back up, sonarr stops showing my episodes the next time it does it refresh then starts trying to re-download everything.

Here’s what my current tv mount looks like:
192.168.50.13:/mnt/user/tv /mnt/tv nfs auto 0 0

Should I be using options like hard, etc, to make the mounts more stable? Are there any recommended nfs options I should be using instead of auto?

Thanks.

Which version of Sonarr are you running?

I added some logic to prevent Sonarr from rescanning a series if the root folder of a series is completely empty, previously it would not scan if the folder didn’t exist, but with mounts on *nix that didn’t work.

I think it made it into the last master release, 2.0.0.2722, if not it will make it into the next one for sure.

I am running 2722, so I’ll just keep in mind to turn off my usenet vm before dicking around with the array for now.

Hoping some fellow linux users might have some insight on best practice mount options.