All of lore.kernel.org
 help / color / mirror / Atom feed
* [io_uring] Problems using io_uring engine
@ 2020-05-25 17:45 Hamilton Tobon Mosquera
  2020-05-25 19:21 ` Jens Axboe
  0 siblings, 1 reply; 9+ messages in thread
From: Hamilton Tobon Mosquera @ 2020-05-25 17:45 UTC (permalink / raw)
  To: fio

Hi there,

I'm trying to run sequential and random reads/writes in parallel using 
the io_uring engine with the HIPRI flag activated to enable polling. The 
file size is 200G, the number of fio threads is 4. The --size flags is 
set to 200/4, and the --offset_increment is set to 25%. I could 
effectively do it with pvsync2 engine but when I switch to io_uring the 
workloads immediately (they do not even work for 1 sec) fail with these 
errors:

fio: io_u error on file /path/to/file: Operation not supported: write 
offset=3238043648, buflen=4096
fio: io_u error on file /path/to/file: Operation not supported: write 
offset=88715874304, buflen=4096
fio: io_u error on file /path/to/file: Operation not supported: write 
offset=174739943424, buflen=4096
fio: io_u error on file /path/to/file: Operation not supported: write 
offset=112642154496, buflen=4096


The offsets are under 200G, I don't understand why it's returning those 
errors. Can someone help please?.

Thank you in advance.

Hamilton.




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

end of thread, other threads:[~2020-05-26 20:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-25 17:45 [io_uring] Problems using io_uring engine Hamilton Tobon Mosquera
2020-05-25 19:21 ` Jens Axboe
2020-05-25 22:38   ` Hamilton Tobon Mosquera
2020-05-26  0:19     ` Jens Axboe
2020-05-26  4:17     ` Jens Axboe
2020-05-26 13:57       ` Hamilton Tobon Mosquera
2020-05-26 19:18         ` Jens Axboe
2020-05-26 20:21           ` Hamilton Tobon Mosquera
2020-05-26 20:26             ` Jens Axboe

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.