mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-21 18:04:15 +08:00
mergerfs.cpp
This commit is contained in:
parent
ed18196540
commit
594655afcd
|
@ -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
|
||||
|
|
|
@ -308,6 +308,8 @@ main(int argc_,
|
|||
|
||||
std::cout << data["branches"] << '\n';
|
||||
|
||||
|
||||
|
||||
pause();
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user