Replies: 1 comment 3 replies
-
If you are using symlinkify then you aren't even using mergerfs for reads. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a zfs pool on /mnt/tank and md raid on /mnt/spool. I have my media content there. The issue i face is the mergerfs mount point gets very slow on high io operations with default settings. I read the readme and tuned the options like this now
mergerfs /mnt/tank=RO:/mnt/spool=RO /mnt/media -o security_capability=false,xattr=noattr,nonempty,allow_other,use_ino,cache.files=off,cache.readdir=true,cache.symlinks=true,symlinkify=true,symlinkify_timeout=0,fsname=media,threads=8
this seem to have got this to at least a usable state bt the original fs is more faster. i don't write at at the the mountpoint. they are all video and static content. any help on how to achieve maximum read speed and io operations
Beta Was this translation helpful? Give feedback.
All reactions