wip
This commit is contained in:
parent
9152574276
commit
1b3fe1d8d0
2 changed files with 5 additions and 2 deletions
|
@ -24,7 +24,9 @@ defaults = {
|
||||||
'zfs': {
|
'zfs': {
|
||||||
'datasets': {
|
'datasets': {
|
||||||
'tank/influxdb': {
|
'tank/influxdb': {
|
||||||
'mountpoint': '/var/lib/influxdb'
|
'mountpoint': '/var/lib/influxdb',
|
||||||
|
'recordsize': '8192',
|
||||||
|
'atime': 'off',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -28,7 +28,8 @@ if node.has_bundle('zfs'):
|
||||||
'datasets': {
|
'datasets': {
|
||||||
'tank/postgresql': {
|
'tank/postgresql': {
|
||||||
'mountpoint': '/var/lib/postgresql',
|
'mountpoint': '/var/lib/postgresql',
|
||||||
# 'recordsize': '16384',
|
'recordsize': '8192',
|
||||||
|
'atime': 'off',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue