bundles/influxdb2: disable atime for zfs dataset
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-06-26 08:19:55 +02:00
parent bb15d1217f
commit cd6e4b9767
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -33,6 +33,7 @@ defaults = {
'datasets': {
'tank/influxdb2': {
'mountpoint': '/var/lib/influxdb',
'atime': 'off',
},
},
},