3.10.2. Tune GFS atime Quantum
Each GFS node updates the access time based on the difference between its system time and the time recorded in the inode. It is required that system clocks of all GFS nodes in a cluster be synchronized. If a node's system time is out of synchronization by a significant fraction of the tunable parameter, atime_quantum, then atime updates are written more frequently. Increasing the frequency of atime updates may cause performance degradation in clusters with heavy work loads.
In this example, the atime update period is set to once a day (86,400 seconds) for the GFS file system on mount point /gfs.
gfs_tool settune /gfs atime_quantum 86400