bundles/postgresql: set recordsize=8K for zfs
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2022-02-14 22:05:09 +01:00
parent 31e698b8a5
commit 83d58791bb
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -60,6 +60,7 @@ if node.has_bundle('zfs'):
'datasets': {
'tank/postgresql': {
'mountpoint': '/var/lib/postgresql',
'recordsize': '8192',
},
},
}