i only have one pool as the datastore (tank).is that the rpool? in that case it may be, because of rrd/logging/etc.
no scheduled tasks are running during daytime. (only backups)do you have the ui open? certain actions/page loads on the ui can trigger some io on the datastores (e.g. the content listing)
do you have some other scheduled operations (gc/verify/sync?)
yes we use atime for gc, but we assume 'relatime' (thus the 24 hours + 5 min grace period) since that is the default for most ext4/xfs systems (and we should probably set it as default for zfs as well)I thought PBS uses atime for verification-purposes (or something like that). So it is safe to enable relatime?
thanks! that did the trickon the summary page, we read part of the snapshot data, my guess is that your zpool is not mounted with 'relatime' which means that everytime a file is accessed its metadata will get updated (and written to disk)
with 'relatime' the access time will only updated once a day. you can turn this on with 'zfs set relatime=on <pool>'
no it is just not the zfs default, but as i said, i think we should make it the default when a pool is created with our tools...why isn't it the defauilt behavior? or in my case because i created the zpool and datastore manually and not via the UI ?
if you have no application that depends on an precise atime, it should not hurt to turn on relatime. for ext4/xfs i think it is the defaultHmm reading up on relatime... so should we be turning this on everywhere?
Thanks,if you have no application that depends on an precise atime, it should not hurt to turn on relatime. for ext4/xfs i think it is the default