Commit 0490c2c
Restore
According to the documentation below noatime is going to have a positive impact on the performances avoiding write operations when accessing files on a mounted NFS filesystem:
* https://www.cyberciti.biz/faq/linux-unix-tuning-nfs-server-client-performance
* https://tldp.org/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/chap6sec73.html
Signed-off-by: Luca Carrogu <[email protected]>noatime option for NFS filesystem1 parent 7131bf2 commit 0490c2c
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
| 403 | + | |
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
| |||
0 commit comments