Configuring Atime Updates; Mount With Relatime - Red Hat ENTERPRISE LINUX 5 - GLOBAL FILE SYSTEM 2 Manual

Hide thumbs Also See for ENTERPRISE LINUX 5 - GLOBAL FILE SYSTEM 2:
Table of Contents

Advertisement

---------j--- /mnt/gfs2/gfs2_dir
[root@roth-01 ~]# touch /mnt/gfs2/gfs2_dir/newfile
[root@roth-01 ~]# lsattr /mnt/gfs2/gfs2_dir
---------j--- /mnt/gfs2/gfs2_dir/newfile

3.9. Configuring atime Updates

Each file inode and directory inode has three time stamps associated with it:
• ctime — The last time the inode status was changed
• mtime — The last time the file (or directory) data was modified
• atime — The last time the file (or directory) data was accessed
If atime updates are enabled as they are by default on GFS2 and other Linux file systems then every
time a file is read, its inode needs to be updated.
Because few applications use the information provided by atime, those updates can require a
significant amount of unnecessary write traffic and file locking traffic. That traffic can degrade
performance; therefore, it may be preferable to turn off or reduce the frequency of atime updates.
Two methods of reducing the effects of atime updating are available:
• Mount with relatime (relative atime), which updates the atime if the previous atime update is
older than the mtime or ctime update.
• Mount with noatime, which disables atime updates on that file system.

3.9.1. Mount with relatime

The relatime (relative atime) Linux mount option can be specified when the file system is mounted.
This specifies that the atime is updated if the previous atime update is older than the mtime or
ctime update.
Usage
mount
BlockDevice MountPoint -o relatime
BlockDevice
Specifies the block device where the GFS2 file system resides.
MountPoint
Specifies the directory where the GFS2 file system should be mounted.
Example
In this example, the GFS2 file system resides on the /dev/vg01/lvol0 and is mounted on directory
/mygfs2. The atime updates take place only if the previous atime update is older than the mtime
or ctime update.
mount /dev/vg01/lvol0 /mygfs2 -o relatime
Configuring atime Updates
25

Advertisement

Table of Contents
loading

This manual is also suitable for:

Global file system 2

Table of Contents