All of lore.kernel.org
 help / color / mirror / Atom feed
* during fio scenario with verify=meta some jobs fails
@ 2015-04-08 10:37 Samuel Shapiro
  2015-04-10 18:29 ` Sitsofe Wheeler
  0 siblings, 1 reply; 9+ messages in thread
From: Samuel Shapiro @ 2015-04-08 10:37 UTC (permalink / raw)
  To: fio

Hi All,

I'd recently started using fio for NAS FS tests, and it's really great
tool, as for loading system,
so for finding various protocols bugs. Thank You :)
One of the scenarios, I'm using is "fsx", that is slightly modified to
run with 16 jobs:

; This job file works pretty works similarly to running fsx-linux
; with -r 4096 -w 4096 -Z -N 500000
[global]
verify=meta
verify_dump=1

[fsx-file-job1]
directory=/mnt/FIO-some-mountpoint-to-NAS-01
ioengine=libaio
iodepth=256
rw=randrw
size=256k
bs=4k
norandommap
direct=1
loops=500000

[fsx-file-job2]
directory=/mnt/FIO-some-mountpoint-to-NAS-02
ioengine=libaio
iodepth=256
rw=randrw
size=256k
bs=4k
norandommap
direct=1
loops=500000
.
.
.
[fsx-file-job16]
directory=/mnt/FIO-some-mountpoint-to-NAS-03
etc....

After several minutes if running scenario, jobs starting to fail on
"verify meta", generating
".state" files.
When I tried to run the same scenario with verify=md5 , there were no
more verify failures reported.

So I have couple of questions:
1. What is the possible reason verify=meta can fail?
2. Should I suspect my File System for data corruption or there is
some known fio issue?
3. How can I parse ".state" file so I could compare its data to
original file on storage?

Thank You,
Samuel

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

end of thread, other threads:[~2015-04-13  8:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-08 10:37 during fio scenario with verify=meta some jobs fails Samuel Shapiro
2015-04-10 18:29 ` Sitsofe Wheeler
2015-04-11  3:04   ` Samuel Shapiro
2015-04-11  6:10     ` Sitsofe Wheeler
2015-04-11  6:15       ` Sitsofe Wheeler
     [not found]         ` <CANt18PzSgzy7zVOXuY26iz9gH=tnTLZiKSE=i=pGxAWrxgVq6g@mail.gmail.com>
2015-04-11 22:06           ` Sitsofe Wheeler
2015-04-12 10:12             ` Samuel Shapiro
2015-04-12 10:51               ` Sitsofe Wheeler
2015-04-13  8:21                 ` Samuel Shapiro

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.