mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-15 02:35: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'
|
type = 'scan'
|
||||||
path = '*'
|
path = '*'
|
||||||
|
|
||||||
|
[[branch.group]]
|
||||||
|
name = 'asdf'
|
||||||
|
branches = ['ssds']
|
||||||
|
func.create.policy = 'ep'
|
||||||
|
func.create.option0 = 'blah'
|
||||||
|
func.open.policy = 'ff'
|
||||||
|
|
||||||
[branches]
|
[branches]
|
||||||
min-free-space = 123
|
min-free-space = 123
|
||||||
layout = [['foo','bar'],['foo']]
|
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]]
|
[[branches.group.branch]]
|
||||||
active = true
|
active = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user