public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* Fwd: fio: ruh info failed
       [not found] ` <CAERsGfgCA7iFwLQ2L+=QyEg0=KuwK4hq62QcYpnY5R4h9abZMg@mail.gmail.com>
@ 2025-09-26 19:30   ` Shivashekar Murali Shankar
  2025-09-26 21:42     ` Jens Axboe
  0 siblings, 1 reply; 4+ messages in thread
From: Shivashekar Murali Shankar @ 2025-09-26 19:30 UTC (permalink / raw)
  To: io-uring@vger.kernel.org

Hi,

I am currently testing fio with io_uring on an FDP-capable drive, but
I see failures such as “fio: ruh info failed” when trying to run FDP
job files. This is run on an XFS file system on a mounted drive. Do we
have support for this?

Below is my fio job file:

[global]
ioengine=io_uring
direct=1
bs=4k
iodepth=32
rw=write
numjobs=1
group_reporting
fdp=1

[largedata]
filename=/mnt/nvme/largedata
size=30G
fdp_pli=1

--
Thanks and Regards,
Shivashekar Murali Shankar,

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fwd: fio: ruh info failed
  2025-09-26 19:30   ` Fwd: fio: ruh info failed Shivashekar Murali Shankar
@ 2025-09-26 21:42     ` Jens Axboe
  2025-09-26 21:46       ` Vincent Fu
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2025-09-26 21:42 UTC (permalink / raw)
  To: Shivashekar Murali Shankar, io-uring@vger.kernel.org,
	fio@vger.kernel.org
  Cc: Ankit Kumar, Vincent Fu

On 9/26/25 1:30 PM, Shivashekar Murali Shankar wrote:
> Hi,
> 
> I am currently testing fio with io_uring on an FDP-capable drive, but
> I see failures such as “fio: ruh info failed” when trying to run FDP
> job files. This is run on an XFS file system on a mounted drive. Do we
> have support for this?
> 
> Below is my fio job file:
> 
> [global]
> ioengine=io_uring
> direct=1
> bs=4k
> iodepth=32
> rw=write
> numjobs=1
> group_reporting
> fdp=1
> 
> [largedata]
> filename=/mnt/nvme/largedata
> size=30G
> fdp_pli=1

It's generally a good idea to CC the folks that worked on this, and
probably use the fio list rather than the io_uring list...

Adding them.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fwd: fio: ruh info failed
  2025-09-26 21:42     ` Jens Axboe
@ 2025-09-26 21:46       ` Vincent Fu
  2025-09-27  1:50         ` Shivashekar Murali Shankar
  0 siblings, 1 reply; 4+ messages in thread
From: Vincent Fu @ 2025-09-26 21:46 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Shivashekar Murali Shankar, io-uring@vger.kernel.org,
	fio@vger.kernel.org, Ankit Kumar

On Fri, Sep 26, 2025 at 5:43 PM Jens Axboe <axboe@kernel.dk> wrote:
>
> On 9/26/25 1:30 PM, Shivashekar Murali Shankar wrote:
> > Hi,
> >
> > I am currently testing fio with io_uring on an FDP-capable drive, but
> > I see failures such as “fio: ruh info failed” when trying to run FDP
> > job files. This is run on an XFS file system on a mounted drive. Do we
> > have support for this?
> >
> > Below is my fio job file:
> >
> > [global]
> > ioengine=io_uring
> > direct=1
> > bs=4k
> > iodepth=32
> > rw=write
> > numjobs=1
> > group_reporting
> > fdp=1
> >
> > [largedata]
> > filename=/mnt/nvme/largedata
> > size=30G
> > fdp_pli=1
>

FDP support is currently only available for NVMe character devices.
See the example here:

https://github.com/axboe/fio/blob/master/examples/uring-cmd-fdp.fio

> It's generally a good idea to CC the folks that worked on this, and
> probably use the fio list rather than the io_uring list...
>
> Adding them.
>
> --
> Jens Axboe
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fwd: fio: ruh info failed
  2025-09-26 21:46       ` Vincent Fu
@ 2025-09-27  1:50         ` Shivashekar Murali Shankar
  0 siblings, 0 replies; 4+ messages in thread
From: Shivashekar Murali Shankar @ 2025-09-27  1:50 UTC (permalink / raw)
  To: Vincent Fu
  Cc: Jens Axboe, io-uring@vger.kernel.org, fio@vger.kernel.org,
	Ankit Kumar

thanks much vincent. any idea when this might get supported? any other
work around for this ?

On Fri, Sep 26, 2025 at 2:46 PM Vincent Fu <vincentfu@gmail.com> wrote:
>
> On Fri, Sep 26, 2025 at 5:43 PM Jens Axboe <axboe@kernel.dk> wrote:
> >
> > On 9/26/25 1:30 PM, Shivashekar Murali Shankar wrote:
> > > Hi,
> > >
> > > I am currently testing fio with io_uring on an FDP-capable drive, but
> > > I see failures such as “fio: ruh info failed” when trying to run FDP
> > > job files. This is run on an XFS file system on a mounted drive. Do we
> > > have support for this?
> > >
> > > Below is my fio job file:
> > >
> > > [global]
> > > ioengine=io_uring
> > > direct=1
> > > bs=4k
> > > iodepth=32
> > > rw=write
> > > numjobs=1
> > > group_reporting
> > > fdp=1
> > >
> > > [largedata]
> > > filename=/mnt/nvme/largedata
> > > size=30G
> > > fdp_pli=1
> >
>
> FDP support is currently only available for NVMe character devices.
> See the example here:
>
> https://github.com/axboe/fio/blob/master/examples/uring-cmd-fdp.fio
>
> > It's generally a good idea to CC the folks that worked on this, and
> > probably use the fio list rather than the io_uring list...
> >
> > Adding them.
> >
> > --
> > Jens Axboe
> >



-- 
Thanks and Regards,
Shivashekar Murali Shankar,

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-09-27  1:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CAERsGfiZ9YVeXMGk=dL+orN3o2HXJ0Oy9EQhVwK43MMDUSA-WQ@mail.gmail.com>
     [not found] ` <CAERsGfgCA7iFwLQ2L+=QyEg0=KuwK4hq62QcYpnY5R4h9abZMg@mail.gmail.com>
2025-09-26 19:30   ` Fwd: fio: ruh info failed Shivashekar Murali Shankar
2025-09-26 21:42     ` Jens Axboe
2025-09-26 21:46       ` Vincent Fu
2025-09-27  1:50         ` Shivashekar Murali Shankar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox