Flexible I/O Tester development
 help / color / mirror / Atom feed
From: Jens Axboe <jaxboe@fusionio.com>
To: Christian Zoffoli <czoffoli@xmerlin.org>
Cc: fio@vger.kernel.org
Subject: Re: fio: first direct IO errored
Date: Sat, 30 Oct 2010 21:53:21 -0400	[thread overview]
Message-ID: <4CCCCC11.7010203@fusionio.com> (raw)
In-Reply-To: <4CCC1540.6090405@xmerlin.org>

On 2010-10-30 08:53, Christian Zoffoli wrote:
> Hi to all,
> I'm testing a storage (14x300GB) with different RAID levels, volume
> stripe sizes and different blocksizes and numjobs in fio ...but I've
> found a problem testing it with disks in RAID6 configuration.
> 
> here is the command line I've used
> 
> -----
> fio --filename=/dev/dm-0  --direct=1 --group_reporting  --rw=read
> --bs=1k --numjobs=1 --runtime=60  --name="read-bs512-job1"
> -----
> 
> and here is the error:
> 
> -----
> read-bs512-job1: (g=0): rw=read, bs=1K-1K/1K-1K, ioengine=sync, iodepth=1
> Starting 1 process
> fio: first direct IO errored. File system may not support direct IO, or
> iomem_align= is bad.
> fio: pid=4898, err=22/file:engines/sync.c:62, func=xfer, error=Invalid
> argument

So you get -1/EINVAL on the issued IO. For O_DIRECT, this will typically
happen for one (or more) of these reasons:

- The file system doesn't support O_DIRECT, as fio suggests. Since it
  works for your other test, we can safely discount that reason.

- The block size is not a multiple of the block size of the device. I'm
  guessing this is your problem. You are using 1K block sizes, if your
  dm device has a larger block size, then this will not work.

It's not likely to be iomem_align, it's more likely to be due to bs=1k
just being too small for your setup. To be sure, please provide a:

$ grep . /sys/block/dm-0/queue/*

for dm-0.

-- 
Jens Axboe


  reply	other threads:[~2010-10-31  1:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-30 12:53 fio: first direct IO errored Christian Zoffoli
2010-10-31  1:53 ` Jens Axboe [this message]
2010-10-31 12:13   ` Christian Zoffoli
2010-10-31 12:28     ` Jens Axboe
2010-10-31 12:38       ` Christian Zoffoli
  -- strict thread matches above, loose matches on Subject: below --
2012-04-19 13:56 fio: first direct io errored bin lin
2012-04-19 18:49 ` Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CCCCC11.7010203@fusionio.com \
    --to=jaxboe@fusionio.com \
    --cc=czoffoli@xmerlin.org \
    --cc=fio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox