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
Uh oh!
There was an error while loading. Please reload this page.
-
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
FolderAalways stay ondisk1no matter which disk has the least available free storage. This is due toFolderAbeing 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 SSDsdisk2anddisk3.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 preservingone) for this one path, right?Beta Was this translation helpful? Give feedback.
All reactions