2023-11-04, 05:57 PM
(2023-11-04, 05:33 PM)bitmap Wrote: I'll try to take a look at your logs, but my guess is this happens due to a race condition between Jellyfin and your NFS mounts. If the container starts before the NAS shares are mounted, the volumes you mounted in the container are essentially empty. When Jellyfin scans, it can't find the media. Even re-mounting the shares didn't fix the problem for me, I had to scrap the container, just as you've described.
Interesting, I hadn't thought of that possibility. I guess I could try adding a delay to the docker services to give fstab time to mount the NFS storage. Will give this a shot and see if the issue comes up again, thanks!