nodes/htz-cloud.sewfile: move seafile data to zfs
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
0ca57e8e24
commit
85d9b9fdac
1 changed files with 17 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
nodes['htz-cloud.sewfile'] = {
|
nodes['htz-cloud.sewfile'] = {
|
||||||
'bundles': {
|
'bundles': {
|
||||||
'seafile',
|
'seafile',
|
||||||
|
'zfs',
|
||||||
},
|
},
|
||||||
'groups': {
|
'groups': {
|
||||||
'debian-buster',
|
'debian-buster',
|
||||||
|
@ -51,6 +52,21 @@ nodes['htz-cloud.sewfile'] = {
|
||||||
'vm': {
|
'vm': {
|
||||||
'cpu': 1,
|
'cpu': 1,
|
||||||
'ram': 2,
|
'ram': 2,
|
||||||
}
|
},
|
||||||
|
'zfs': {
|
||||||
|
'pools': {
|
||||||
|
'tank': {
|
||||||
|
'device': '/dev/sdb',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'datasets': {
|
||||||
|
'tank/mysql': {
|
||||||
|
'mountpoint': '/var/lib/mysql',
|
||||||
|
},
|
||||||
|
'tank/seafile-data': {
|
||||||
|
'mountpoint': '/mnt/seafile-data',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue