dont do logbias=throughput, fragmentation might not be worth it
This commit is contained in:
parent
f0ecf64938
commit
fa300ca547
2 changed files with 0 additions and 7 deletions
|
@ -30,7 +30,6 @@ if node.has_bundle('zfs'):
|
|||
'mountpoint': '/var/lib/postgresql',
|
||||
'recordsize': '8192',
|
||||
'atime': 'off',
|
||||
'logbias': 'throughput',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue