diff options
author | George Melikov <[email protected]> | 2022-08-13 00:20:25 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-12 14:20:25 -0700 |
commit | fbc210fab21e1ec9d744d7589c386fc148f7682e (patch) | |
tree | 25659a7d2a1ba79c50a8c260a4127d013fd2a304 /man/man7 | |
parent | b3d0568cfd65458c92f7ab3d7bb709087992628e (diff) |
Enable relatime by default
Linux sets relatime on mount by default for any file system,
but relatime=off in ZFS disables it explicitly.
Let's be consistent with other file systems on Linux.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: George Melikov <[email protected]>
Closes #13614
Diffstat (limited to 'man/man7')
-rw-r--r-- | man/man7/zfsprops.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man7/zfsprops.7 b/man/man7/zfsprops.7 index 0e656fee8..8fff09a19 100644 --- a/man/man7/zfsprops.7 +++ b/man/man7/zfsprops.7 @@ -1545,7 +1545,7 @@ Access time is only updated if the previous access time was earlier than the current modify or change time or if the existing access time hasn't been updated within the past 24 hours. The default value is -.Sy off . +.Sy on . The values .Sy on and |