All of lore.kernel.org
 help / color / mirror / Atom feed
* fio serialize across jobs
@ 2018-07-06 22:14 Jeff Furlong
  2018-07-07  4:23 ` Sitsofe Wheeler
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Furlong @ 2018-07-06 22:14 UTC (permalink / raw)
  To: fio

Hi All,
Back in commit 997b5680d139ce82c2034ba3a0d602cfd778b89b "fio: add serialize_overlap option" the feature was added to prevent write/trim race conditions within the queue.  Can this feature be applied to multiple jobs?  Consider:

fio --ioengine=libaio --direct=1  --filename=/dev/nvme0n1 --time_based --name=test1 --rw=randwrite --runtime=5s --name=test2 --rw=randwrite --runtime=5s --serialize_overlap=1

Would we have to call in_flight_overlap() in a loop with all thread data pointers?

Thanks.

Regards,
Jeff


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

end of thread, other threads:[~2018-08-15  0:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-06 22:14 fio serialize across jobs Jeff Furlong
2018-07-07  4:23 ` Sitsofe Wheeler
2018-07-09 17:58   ` Jeff Furlong
2018-07-12 17:13     ` Jens Axboe
2018-08-15  0:04       ` Jeff Furlong

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.