Browse Source

branches2.hpp

toml4
Antonio SJ Musumeci 11 months ago
parent
commit
fde366c932
  1. 12
      config.toml
  2. 2
      src/branches2.hpp

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'

2
src/branches2.hpp

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

Loading…
Cancel
Save