bundles/postgresql: use zfs if possible
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
68a4359a8c
commit
049b77e702
2 changed files with 34 additions and 2 deletions
10
bundles/postgresql/metadata.py
Normal file
10
bundles/postgresql/metadata.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
defaults = {}
|
||||
|
||||
if node.has_bundle('zfs'):
|
||||
defaults['zfs'] = {
|
||||
'datasets': {
|
||||
'tank/postgresql': {
|
||||
'mountpoint': '/var/lib/postgresql',
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue