bundles/influxdb2: disable atime for zfs dataset
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
bb15d1217f
commit
cd6e4b9767
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ defaults = {
|
||||||
'datasets': {
|
'datasets': {
|
||||||
'tank/influxdb2': {
|
'tank/influxdb2': {
|
||||||
'mountpoint': '/var/lib/influxdb',
|
'mountpoint': '/var/lib/influxdb',
|
||||||
|
'atime': 'off',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue