mergerfs.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-03 19:43:23 -06:00
parent ed18196540
commit 594655afcd
2 changed files with 10 additions and 1 deletions

View File

@ -85,8 +85,15 @@ min-free-space = 123
[[branches.tier]]
[branches.tier.func.create]
policy.default = 'mfs'
[[branches.tier.func.create.policy.overrides]]
dir = 'foo/bar'
policy = 'lus'
[[branches.tier.func.create.policy.overrides]]
dir = 'blah'
policy = 'xyz'
func.open.policy = 'ff'
[branches.tier.func.mkdir]
policy.default = 'mfs'
[[branches.tier.branch]]
enabled = true

View File

@ -308,6 +308,8 @@ main(int argc_,
std::cout << data["branches"] << '\n';
pause();
return 0;