Comment 3 for bug 801989

Revision history for this message
Alexey Kopytov (akopytov) wrote :

This is certainly not a critical bug, as we still call fsync() on datafiles even if setting O_DIRECT fails. The only thing that needs to be fixed here is a very specific case when the log files are stored on tmpfs :) In this case we should downgrade SRV_UNIX_ALL_O_DIRECT to SRV_UNIX_O_DIRECT so fsync() is used on the log files as well.