You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
readdir policies: func.readdir=X where X is seq, cor, or cosr.
seq: sequential - works same as before. Iterate over each branch in order configured.
cosr: concurrent open sequential read - dispatches requests to open directories to a thread pool and then reads directories sequentially the same way seq does.
cor: concurrent open and read - dispatches requests to a thread pool which both opens and reads directories concurrently.
thread pool sizes are configurable. cosr:5 would give you 5 threads.
see the docs for more info
Add invalidation of gid cache via SIGUSR2 (which also triggers a full memory gc)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Change Summary
func.readdir=X
whereX
isseq
,cor
, orcosr
.seq
does.cosr:5
would give you 5 threads.Changelog
Documentation
https://github.com/trapexit/mergerfs/blob/2.37.0/README.md
Donations / Sponsorship
If you find mergerfs useful please consider supporting its ongoing development.
https://github.com/trapexit/support
This discussion was created from the release mergerfs 2.37.0.
Beta Was this translation helpful? Give feedback.
All reactions