Fix verify state for multiple files
authorJens Axboe <axboe@fb.com>
Wed, 13 Apr 2016 18:25:52 +0000 (12:25 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 13 Apr 2016 18:25:52 +0000 (12:25 -0600)
commit94a6e1bb4e7d8e7fee66374841634b0f871c6d6d
tree6619ed24c297e479ae4cc26bb894fc9b8760054c
parent2a442a30385a3b3a338148be46661f4ea3d9eed1
Fix verify state for multiple files

Fio currently only logs the completions on a per-job basis, but
that breaks down if the job uses multiple files and we rely
on the verify state save/load to check when to stop verifying.

This patch extends the verify state format to be version 3, and
removes support for v1/v2. The new version has support for
multiple files.

Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c
file.h
fio.h
io_u.c
server.c
server.h
t/verify-state.c
verify-state.h
verify.c