nodes/htz-cloud.sewfile: move seafile data to zfs
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-03-27 14:03:33 +01:00
parent 0ca57e8e24
commit 85d9b9fdac
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -4,6 +4,7 @@
nodes['htz-cloud.sewfile'] = {
'bundles': {
'seafile',
'zfs',
},
'groups': {
'debian-buster',
@ -51,6 +52,21 @@ nodes['htz-cloud.sewfile'] = {
'vm': {
'cpu': 1,
'ram': 2,
}
},
'zfs': {
'pools': {
'tank': {
'device': '/dev/sdb',
},
},
'datasets': {
'tank/mysql': {
'mountpoint': '/var/lib/mysql',
},
'tank/seafile-data': {
'mountpoint': '/mnt/seafile-data',
},
},
},
},
}