Skip to content

mergerfs v2.37.0

Compare
Choose a tag to compare
@trapexit trapexit released this 08 Sep 04:09
· 41 commits to latest-release since this release
dd7e9e2

Change Summary

  • 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)

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