mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-22 12:05:15 +08:00
branches2.hpp
This commit is contained in:
parent
3c8b39fe6b
commit
fde366c932
12
config.toml
12
config.toml
|
@ -117,20 +117,16 @@ func.open.policy = 'ff'
|
|||
min-free-space = 123
|
||||
layout = [['foo','bar'],['foo']]
|
||||
|
||||
[[branches.group]]
|
||||
|
||||
|
||||
[[branches.branch]]
|
||||
[[branches.tier.0]]
|
||||
[[branches.tier.0.branch]]
|
||||
name = 'branch0'
|
||||
type = 'scan'
|
||||
path = '*'
|
||||
|
||||
[[branches.branch]]
|
||||
[[branches.tier.0.branch]]
|
||||
name = 'branch1'
|
||||
type = 'literal'
|
||||
path = '/mnt/branch1'
|
||||
|
||||
[[branches.group.branch]]
|
||||
[[branches.tier.0.branch]]
|
||||
active = true
|
||||
path = '/tmp/mergerfs/a'
|
||||
path-type = 'literal'
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include <vector>
|
||||
|
||||
class Branch2Group
|
||||
class Branch2Tier
|
||||
{
|
||||
public:
|
||||
uint64_t min_free_space;
|
||||
|
|
Loading…
Reference in New Issue
Block a user