Flexible I/O Tester development
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Kyle Hailey <kyle.hailey@delphix.com>
Cc: fio@vger.kernel.org
Subject: Re: raw device size used by fio
Date: Tue, 14 Aug 2012 15:09:52 +0200	[thread overview]
Message-ID: <502A4E20.8020402@kernel.dk> (raw)
In-Reply-To: <CACiQ3FDXKEV0VVjrxaUH9U4CkXhHmVrz_d0eW6QyHKE2HHwacw@mail.gmail.com>

On 08/08/2012 08:29 PM, Kyle Hailey wrote:
> I was running a number of tests with raw devices and no size set (but
> did use offsets).
> In the case where a raw device is specified  but no size, what
> happens? does fio have a way to figure out the size of the raw device?

Yes, fio will figure out the size. If it could not, then it'll complain
since it doesn't know how much IO to do.

> What is the usage of the size parameter when there are multiple raw devices.
> For example if I have multiple raw devices
> 
>       filename=/dev/rdsk/c4t3d0p0:/dev/rdsk/c4t4d0p0
> 
> and a set size
> 
>      size=8000m
> 
> will it treat the 8000m as the total size of the two devices or is the
> 8000m the size of each?

It'll do 8000m of IO in total.

> If it's the total, then I guess fio can't work with multiple raw
> devices of different sizes?

Sure, lets say the first is 2g and the second is 10g. You should end up
with 2g of IO done from the first one, the remainder from the last one.
At least with the default file service policy.

-- 
Jens Axboe


  reply	other threads:[~2012-08-14 13:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-08 18:29 raw device size used by fio Kyle Hailey
2012-08-14 13:09 ` Jens Axboe [this message]
2012-09-14 17:57   ` Kyle Hailey
2012-09-14 18:11   ` Kyle Hailey

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=502A4E20.8020402@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=fio@vger.kernel.org \
    --cc=kyle.hailey@delphix.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox