branches2.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-25 23:28:03 -06:00
parent 3c8b39fe6b
commit fde366c932
2 changed files with 5 additions and 9 deletions

View File

@ -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'

View File

@ -4,7 +4,7 @@
#include <vector>
class Branch2Group
class Branch2Tier
{
public:
uint64_t min_free_space;