All of lore.kernel.org
 help / color / mirror / Atom feed
* Multiple jobs and fill_device
@ 2019-12-25  9:11 Oleg Sivokon
  2019-12-29 21:09 ` Sitsofe Wheeler
  0 siblings, 1 reply; 2+ messages in thread
From: Oleg Sivokon @ 2019-12-25  9:11 UTC (permalink / raw)
  To: fio@vger.kernel.org

Hello list,

I'm wondering how the configuration below is interpreted:

    [global]
    ioengine=libaio
    direct=1
    loops=1
    numjobs=8
    
    [write-prep]
    rw=write
    filename=/dev/sdb
    iodepth=16
    bs=16k
    fill_device=1
    stonewall=1

Will every one of the 8 jobs try to fill the device completely or will
they split the task of filling the device between themselves, where each
will do only 1/8 of filling the device?  My reading of documentation
seems to suggest the device will be filled 8 times, with jobs, possibly,
stepping on each other's toes (i.e. contesting the same block), but I'm
not sure.

Best.

Oleg


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

end of thread, other threads:[~2019-12-29 21:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-25  9:11 Multiple jobs and fill_device Oleg Sivokon
2019-12-29 21:09 ` Sitsofe Wheeler

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.