items/zfs_dataset: remove automatic dependency detection for now
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This basically reverts commit 1086ed28c3
This commit is contained in:
parent
cee2a41771
commit
84d55c246a
12 changed files with 56 additions and 8 deletions
|
@ -87,6 +87,9 @@ nodes['htz-cloud.luther'] = {
|
|||
'datasets': {
|
||||
'tank/luther-website': {
|
||||
'mountpoint': '/var/www/luther-ps',
|
||||
'needed_by': {
|
||||
'directory:/var/www/luther-ps',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -79,6 +79,9 @@ nodes['htz-cloud.sewfile'] = {
|
|||
},
|
||||
'tank/seafile-data': {
|
||||
'mountpoint': '/mnt/seafile-data',
|
||||
'needed_by': {
|
||||
'bundle:seafile',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -324,9 +324,15 @@ nodes['rx300'] = {
|
|||
'tank/libvirt': {
|
||||
'mountpoint': '/var/lib/libvirt',
|
||||
'compression': 'on',
|
||||
'needed_by': {
|
||||
'bundle:vmhost',
|
||||
},
|
||||
},
|
||||
'tank/home-kunsi': {
|
||||
'mountpoint': '/home/kunsi',
|
||||
'needed_by': {
|
||||
'directory:/home/kunsi',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue