mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
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 <behlendorf1@llnl.gov> Signed-off-by: George Melikov <mail@gmelikov.ru> Closes #13614
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user