All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oleg Sivokon <oleg.sivokon@replix.io>
To: "fio@vger.kernel.org" <fio@vger.kernel.org>
Subject: Multiple jobs and fill_device
Date: Wed, 25 Dec 2019 09:11:46 +0000	[thread overview]
Message-ID: <871rssdb1x.fsf@replix.io> (raw)

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


             reply	other threads:[~2019-12-25  9:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-25  9:11 Oleg Sivokon [this message]
2019-12-29 21:09 ` Multiple jobs and fill_device Sitsofe Wheeler

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=871rssdb1x.fsf@replix.io \
    --to=oleg.sivokon@replix.io \
    --cc=fio@vger.kernel.org \
    /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.