dont do logbias=throughput, fragmentation might not be worth it

This commit is contained in:
mwiegand 2021-11-10 20:08:21 +01:00
parent f0ecf64938
commit fa300ca547
2 changed files with 0 additions and 7 deletions

View file

@ -30,7 +30,6 @@ if node.has_bundle('zfs'):
'mountpoint': '/var/lib/postgresql',
'recordsize': '8192',
'atime': 'off',
'logbias': 'throughput',
},
},
}

View file

@ -33,12 +33,6 @@ def zfs(metadata):
return {
'zfs': {
'datasets': {
name: {
'logbias': 'throughput',
}
for name in metadata.get('zfs/datasets')
},
'kernel_params': {
'zfs_txg_timeout': 300,
},