Replies: 1 comment 4 replies
-
A per directory quota? That's really non-trivial given how mergerfs works. It doesn't have access to information sufficient to make that decision without scanning the all the filesystems at startup, assuming nothing changes out of band, and keeping track of all actions that impact size. It'd be way easier to just allocate volumes at the size you want and mount them in the appropriate spot. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible / feasible for a quote option? maybe in mergerfs-tools? Likewise, reservations an option? For the life of me I am not finding an easy way to set quotas to folders, like users/a - 1gb users/b - 500mb, organization/a 2gb.
everybody online is like fstab this with quota or whatever. i use zfs underneath so there is that as a last resort, but meh i would prefer it at the mergerfs level, idc if its costly to performance to check before right or whatever, this would save my ass again (mergerfs already has)
Beta Was this translation helpful? Give feedback.
All reactions