From: Jens Axboe Date: Tue, 23 Nov 2010 10:12:39 +0000 (+0100) Subject: solaris: log error for failure to enable direct IO X-Git-Tag: fio-1.44.3~7 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=78e51c7279a93d3f6200d58a72a813c3ba852c2e;hp=a5b01f1ba8d45e9b16079d2759a96ad9cad08e16 solaris: log error for failure to enable direct IO Signed-off-by: Jens Axboe --- diff --git a/ioengines.c b/ioengines.c index e0b0f22e..35471ad1 100644 --- a/ioengines.c +++ b/ioengines.c @@ -402,6 +402,7 @@ int td_io_open_file(struct thread_data *td, struct fio_file *f) if (ret) { td_verror(td, ret, "fio_set_odirect"); + log_err("fio: the file system does not seem to support direct IO\n"); goto err; } }