linuxserver / docker-resilio-sync

GNU General Public License v3.0
145 stars 25 forks source link

removing the /sync mount point results in failure to start #25

Closed drizuid closed 4 years ago

drizuid commented 4 years ago

linuxserver.io

If you are new to Docker or this application our issue tracker is ONLY used for reporting bugs or requesting features. Please use our discord server for general support.

A user came into discord and reported an issue where when removing the /sync path completely the container would error continuously. They were using unraid, but i was able to reproduce this using compose. Not mapping the path SHOULD just result in a volume being used, but it causes jenkins issues. I do not see a /sync volume created in the default volume path.


Expected Behavior

removing /sync's mapping should result in a volume being created and container should run

Current Behavior

removing /sync's mapping results in continuous jenkins errors (about 10 per second forever) and container will eventually run

Compose and logs

docker-compose: https://pastebin.com/kb4mm13e docker logs: https://pastebin.com/Xp6Zx9Ep

Environment

OS: debian 10 CPU architecture: x86_64
How docker service was installed: debian repo Docker version 19.03.5, build 633a0ea838 docker-compose version 1.21.0, build unknown

thelamer commented 4 years ago

Have you tested a build with /sync defined here https://github.com/linuxserver/docker-resilio-sync/blob/master/Dockerfile#L29 ?

drizuid commented 4 years ago

I haven't, i simply pulled this to try and reproduce the issue. I'll give it a shot