Flexible I/O Tester development
 help / color / mirror / Atom feed
* verify with norandommap
@ 2012-08-10 14:16 Gary Foster
  2012-09-03  0:14 ` Gary Foster
  0 siblings, 1 reply; 3+ messages in thread
From: Gary Foster @ 2012-08-10 14:16 UTC (permalink / raw)
  To: fio

Hi all.

I've been running some random IO tests where I want to verify the data
was written correctly.

I have set norandommap=1 as I was running out of memory, but the man
page indicates
the data will not be verified

--- cut ---
       norandommap
              Normally  fio  will  cover every block of the file when
doing random I/O. If this parameter is given, a new offset will be
              chosen without looking at past I/O history.  This
parameter is mutually exclusive with verify.
-- cut ----

However, the output to stdio seems to indicate it is verifying (see
the 'V' below) - but is it really verifying
anything ? and if so, whats the difference between the verify with
norandommap being set to 0 ?

-- cut ---
fio 2.0.7
Starting 13 processes
bs: 13 (f=13): [wVwwwwwwwwwww] [0.0% done] [3695K/3679K /s] [902 /898
iops] [eta 84d:23h:10m:19s]
-- cut --

Here's my job file

[global]
blocksize=4K
readwrite=randwr
ioengine=libaio
verify=crc32c
verify_backlog=10
iodepth=1
direct=1
norandommap=1

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

end of thread, other threads:[~2012-09-03  3:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-10 14:16 verify with norandommap Gary Foster
2012-09-03  0:14 ` Gary Foster
2012-09-03  3:39   ` Jens Axboe

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