items/zfs_pool: rewrite item to support all kinds of zfs pools
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-07-17 18:09:35 +02:00
parent 9111d49bf4
commit cee2a41771
Signed by: kunsi
GPG key ID: 12E3D2136B818350
10 changed files with 134 additions and 117 deletions

View file

@ -57,9 +57,9 @@ nodes['htz-cloud.influxdb'] = {
},
'zfs': {
'pools': {
'tank': {
'device': '/dev/sdb',
},
'tank': [{
'devices': {'/dev/sdb'},
}],
},
},
},

View file

@ -80,9 +80,9 @@ nodes['htz-cloud.luther'] = {
},
'zfs': {
'pools': {
'tank': {
'device': '/dev/sdb',
},
'tank': [{
'devices': {'/dev/sdb'},
}],
},
'datasets': {
'tank/luther-website': {

View file

@ -66,9 +66,9 @@ nodes['htz-cloud.pleroma'] = {
},
'zfs': {
'pools': {
'tank': {
'device': '/dev/sdb',
},
'tank': [{
'devices': {'/dev/sdb'},
}],
},
},
},

View file

@ -69,9 +69,9 @@ nodes['htz-cloud.sewfile'] = {
},
'zfs': {
'pools': {
'tank': {
'device': '/dev/sdb',
},
'tank': [{
'devices': {'/dev/sdb'},
}],
},
'datasets': {
'tank/mysql': {