Flexible I/O Tester development
 help / color / mirror / Atom feed
* If loops= is specified, zone state is unexpectedly retained across iterations.
@ 2014-09-24  1:02 Akash Verma
  2014-09-25 17:36 ` Akash Verma
  0 siblings, 1 reply; 3+ messages in thread
From: Akash Verma @ 2014-09-24  1:02 UTC (permalink / raw)
  To: fio; +Cc: Allen Schade

I'm wondering if this is desired behavior or accidental. If I use this
control file:

[sdb-zoned-and-looped]
rw=write
bs=4k
size=24k
zonesize=12k
zonerange=512k
zoneskip=512k
ioengine=sync
direct=1
thread=1
loops=10
filename=/dev/sdb
write_iolog=sdb_iolog.txt

sdb_iolog.txt shows:
fio version 2 iolog
/dev/sdb add
/dev/sdb open
/dev/sdb write 0 4096
/dev/sdb write 4096 4096
/dev/sdb write 8192 4096
/dev/sdb write 1048576 4096
/dev/sdb write 1052672 4096
/dev/sdb write 1056768 4096
/dev/sdb close
/dev/sdb open
/dev/sdb write 1048576 4096
/dev/sdb write 1052672 4096
/dev/sdb write 1056768 4096
/dev/sdb write 2097152 4096
/dev/sdb write 2101248 4096
/dev/sdb write 2105344 4096
...

I'd expect each iteration of the loop to be identical, rather than
resuming from the zone offset of the previous iteration. Would it be
okay to change this behavior?

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

end of thread, other threads:[~2014-09-28  2:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-24  1:02 If loops= is specified, zone state is unexpectedly retained across iterations Akash Verma
2014-09-25 17:36 ` Akash Verma
2014-09-28  2:26   ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox