Server Version#: plexinc/pms-docker:plexpass
I’ve been trying to get a new docker setup going using a cifs volume mounted via docker. After many, many failures I started to guess that there was something in that folder that required either permissions of functions that just aren’t there in a cifs mount.
what I’d see is it register and act like it might work, but then never actually scan a library
So on that hunch I switched to an NFS mount which acts FAR more like an FS linux is used to. That worked, technically.
Now, however, it’s acting very very slow and just being a serious pain. And honestly can you say it’s working if it’s not useable? ![]()
I suspect that there’s just too much going on for plex to work right with the network latency, and the best thing would be to use a passthrough folder on the docker host, and then run some side job to back it up. (I’m trying for db persistance even if my docker host craps out). Which is fine, I actually tried that earlier and it ran like a champ, but I was hoping to go All NAS so I stubbornly pushed through
I looked around but couldn’t find anything about this, (the docker repo doesn’t make any mention of it). Could someone say for sure what kind of limitations we should expect when placing the /config directory? I’ve got some ideas and theories, but would like to know.
Thanks!