All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Brian Lam" <brianclam@gmail.com>
To: Jens Axboe <axboe@kernel.dk>
Cc: fio@vger.kernel.org, Juergen Salk <juergen.salk@uni-ulm.de>
Subject: Re: Invalid argument error (EINVAL) on Lustre filesystem with ioengine=libaio enabled
Date: Thu, 05 Sep 2013 12:56:11 -0700 (PDT)	[thread overview]
Message-ID: <1378410970250.8ab05bfc@Nodemailer> (raw)
In-Reply-To: <5228DDC8.9070201@kernel.dk>

[-- Attachment #1: Type: text/plain, Size: 2508 bytes --]

I experienced an error when trying to use libaio on local disks. I will check when I get back to my desk to see if it is similiar to your errors.  I vaguely remember getting a segfault so I am not sure if they are related. 

    —
Sent from Mailbox for iPhone

On Thu, Sep 5, 2013 at 12:39 PM, Jens Axboe <axboe@kernel.dk> wrote:

> On 09/05/2013 09:15 AM, Juergen Salk wrote:
>> Hi,
>> 
>> I tried to run fio on a Lustre filesystem with ioengine=libaio enabled:
>> 
>> $ ../tools/fio/2.1.2/bin/fio seqwrite.fio 
>> sequential_write: (g=0): rw=write, bs=1M-1M/1M-1M/1M-1M, ioengine=libaio, iodepth=32
>> fio-2.1.2
>> Starting 1 process
>> fio: pid=31956, err=22/file:ioengines.c:381, func=io commit, error=Invalid argument
>> 
>> sequential_write: (groupid=0, jobs=1): err=22 (file:ioengines.c:381, func=io commit, error=Invalid argument): pid=31956: Thu Sep  5 16:43:56 2013
>>   cpu          : usr=0.00%, sys=100.00%, ctx=23, majf=0, minf=49
>>   IO depths    : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
>>      submit    : 0=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
>>      complete  : 0=100.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
>>      issued    : total=r=0/w=1/d=0, short=r=0/w=0/d=0
>> 
>> Run status group 0 (all jobs):
>> 
>> This is the content of the job file:
>> 
>> --- snip ---
>> 
>> [global]
>> ioengine=libaio
>> # ioengine=sync
>> iodepth=32
>> direct=1
>> invalidate=1
>> filename_format=file.$jobnum
>> group_reporting
>> bs=1024k
>> size=1g
>> numjobs=1
>> directory=/scratch1/ws/jsalk-bench-0
>> 
>> [sequential_write]
>> rw=write
>> 
>> --- snip ---
>> 
>> It works with ioengine=sync, though. It also works on the same machine
>> with ioengine=libaio enabled but with the work directory located on a
>> locally attached disk (with ext3 file system).
>> 
>> An strace log is attached. Are there any ideas of what might be
>> causing this problem on Lustre?
> I'm guessing that lustre doesn't support async IO, though I have never
> tried it myself. From the error out of fio and the strace, io_submit()
> is returning EINVAL. The context id is valid, fio is submitting 1 iocb,
> and the opcode is a read operation on fd 3 - all of which are good.
> -- 
> Jens Axboe
> --
> To unsubscribe from this list: send the line "unsubscribe fio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

[-- Attachment #2: Type: text/html, Size: 3190 bytes --]

  reply	other threads:[~2013-09-05 19:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-05 15:15 Invalid argument error (EINVAL) on Lustre filesystem with ioengine=libaio enabled Juergen Salk
2013-09-05 19:38 ` Jens Axboe
2013-09-05 19:56   ` Brian Lam [this message]
2013-09-05 20:10     ` Jens Axboe
2013-09-14  0:22       ` Brian L.
2013-09-05 20:01   ` Brian L.
2013-09-05 20:03   ` Brian L.

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=1378410970250.8ab05bfc@Nodemailer \
    --to=brianclam@gmail.com \
    --cc=axboe@kernel.dk \
    --cc=fio@vger.kernel.org \
    --cc=juergen.salk@uni-ulm.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.