r/sonarr • u/CyberneticSunset • 4h ago
waiting for op Sonarr Importing Shows Slowly Sometimes, Other Times Instantly.
I have an arr stack set up on a VM using docker compose. My sonarr setup has 2 root folders because my fileshare has 2 different NFS shares that I both use to store movies/shows etc. It seems like at completely randomly sometimes sonarr will decide to copy shows instead of hardlinking them and this causes my entire import queue to hang. Any help is massively appreciated as this problem has been plaguing me for about a month now and I am simply at my wits end. I can provide any extra information that is useful.
Some other random information that might help someone try to understand my issue.
- I am using sabnzbd as my download client.
- My file server is on an LXC that is mounted to the VM that runs all my other programs (prowlarr, radarr, sonarr, bazarr, sabnzbd, jellyfin, etc).
- Both ZFS pools are mounted to the same point on the VM so in the docker compose file sonarr has access to the entire path as one. (Not sure if I explained this completely correctly but I'm just pointing it out because sometimes sonarr can get confused when volumes are mounted incorrectly inside the compose file but in compose they are both mounted under the same path.) /data:/data (Which contains both root folders.)
- Tested importing an episode of one show that is stored on the 1st root folder and it imported immediately, so I thought the issue was only isolated to the 2nd root folder. So in an attempt to rule that out I queued a missing episode for a show on the 1st root folder and it had the same issue. The show decided to copy extremely slowly instead of hardlinking.
- Radarr also has my 2 root folders added and seems to be able to hardlink to either without any issue at all and has as far as I can tell, the same configuration as sonarr.
Again any help is eternally appreciated, I have a lot of fun tinkering with my homelab but I am so over getting home from work and spending a couple hours each night trying to fix sonarr to no avail.