ironicbadger / pms-wiki

The aim is to share knowledge and information about building an open-source media server.
https://perfectmediaserver.com
Other
405 stars 55 forks source link

recommended mergerfs mount options can cause issues #55

Closed rjlan closed 1 year ago

rjlan commented 2 years ago

Recommend setting cache.files from off to cache.files=partial as =off will not play nicely with some services, such as torrents. from the trapexit/merferfs wiki:

BASIC SETUP

If you don't already know that you have a special use case then just start with one of the following option sets.
You need mmap (used by rtorrent and many sqlite3 base software)

allow_other,use_ino,cache.files=partial,dropcacheonclose=true,category.create=mf

Example where cache.files=off causing issues:

https://github.com/linuxserver/docker-deluge/issues/140#issuecomment-1059799488

=off actually worked fine for me with podman until I switched back to docker where I ran into this issue, though it's possible it was a recent update that caused this as I just pulled new images due to the switch

ironicbadger commented 1 year ago

This appears to be an isolated concern. Closing due to inactivity.