miniserver: move webdump to zfs
This commit is contained in:
parent
48d3f8eee6
commit
0977dd5042
1 changed files with 8 additions and 0 deletions
|
@ -226,6 +226,14 @@ nodes['htz-cloud.miniserver'] = {
|
|||
},
|
||||
},
|
||||
'zfs': {
|
||||
"datasets": {
|
||||
"tank/webdump": {
|
||||
"mountpoint": "/var/www/webdump.sophies-kitchen.eu",
|
||||
"needed_by": [
|
||||
"directory:/var/www/webdump.sophies-kitchen.eu"
|
||||
]
|
||||
}
|
||||
},
|
||||
'pools': {
|
||||
'tank': {
|
||||
'when_creating': {
|
||||
|
|
Loading…
Reference in a new issue