This repository has been archived on 2025-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
Rodrigo Arias Mallo eae0c7cb59 Make NFS mount async to improve latency
Don't wait to flush writes, as we don't care about consistency on a
crash:

> This option allows the NFS server to violate the NFS protocol and
> reply to requests before any changes made by that request have been
> committed to stable storage (e.g. disc drive).
>
> Using this option usually improves performance, but at the cost that
> an unclean server restart (i.e. a crash) can cause data to be lost or
> corrupted.

Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-07-15 11:18:20 +02:00
..
2025-07-02 15:08:42 +02:00
2025-07-15 11:18:04 +02:00
2025-07-02 15:51:22 +02:00
2025-07-15 11:17:43 +02:00