mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-14 09:55:12 +08:00
checkpoint
This commit is contained in:
parent
5c5e803c3d
commit
0b145687ef
20
config.toml
20
config.toml
@ -106,10 +106,30 @@ name = 'asdf'
|
||||
type = 'scan'
|
||||
path = '*'
|
||||
|
||||
[[branch.group]]
|
||||
name = 'asdf'
|
||||
branches = ['ssds']
|
||||
func.create.policy = 'ep'
|
||||
func.create.option0 = 'blah'
|
||||
func.open.policy = 'ff'
|
||||
|
||||
[branches]
|
||||
min-free-space = 123
|
||||
layout = [['foo','bar'],['foo']]
|
||||
|
||||
[[branches.group]]
|
||||
|
||||
|
||||
[[branches.branch]]
|
||||
name = 'branch0'
|
||||
type = 'scan'
|
||||
path = '*'
|
||||
|
||||
[[branches.branch]]
|
||||
name = 'branch1'
|
||||
type = 'literal'
|
||||
path = '/mnt/branch1'
|
||||
|
||||
|
||||
[[branches.group.branch]]
|
||||
active = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user