[Dovecot] Best filesystem?

Frank Cusack frank+lists/dovecot at linetwo.net
Tue Feb 1 05:40:48 EET 2011


On 2/1/11 3:49 AM +0200 Timo Sirainen wrote:
> fsync() makes sure that the data is sent to NFS server. I don't know if
> NFS protocol itself has a fsync() call that guarantees that the data is
> written on disk on the server, but I very much doubt it does. So I don't
> think NFS will help with any data guarantees.

I think it was Stan that pointed this out, sorry if that's a misattribution,
but all calls in v2 are synchronous, v3 and v4 have specific calls (which
are invoked by a local fsync()) which the NFS protocol requires that
the data be committed to disk, so that fsync() semantics are preserved.

But as I noted earlier, if the filesystem lies to the NFS stack, or
the NFS stack intentionally lies to the client, this may not be true.

As far as the NFS protocol is concerned though, there is such a call.


More information about the dovecot mailing list