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
=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
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:
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