Specify a different policy for a single path #1405
Unanswered
felixschndr
asked this question in
Q&A
Replies: 1 comment
-
If it isn't laid out in the docs it isn't a feature. There are no per folder policies. So you can't say "do policy X except for /foo/bar". The best you could do is some "ep" policy. But then you have to manually manage the directory layout on the other branches. And would mean you'll get errors about space if you run out on the particular filesystem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to get started with mergerfs and would like to pool 3 disks together:
Current folder structure
I achieved a merging of them together into
with the policy
lfs
.However I'd like that the contents of
FolderA
always stay ondisk1
no matter which disk has the least available free storage. This is due toFolderA
being a intermediate directory which has a lot of writes/reads which I'd like to let my HDD handle and not use this precious write cycles of my SSDsdisk2
anddisk3
.Is it possible to achieve this? I was not able to find anything in regarding this in the documentation.
I guess I need a specific policy (probably any
path preserving
one) for this one path, right?Beta Was this translation helpful? Give feedback.
All reactions