commit | 0dd8377ff92f2cfb6670061782e28fd52d89a52f | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Sep 04 12:38:28 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Sep 04 12:38:28 2007 +0200 |
tree | ac784acb726129e12a1a781d70be204eb87316a9 | |
parent | e6203e9e73039537d41810e91e3dfe6abeb919d9 [diff] |
Fix eta for pure read workload with verify enabled Verify doubles the expected IO count, but that is only true if we are first writing a file and then reading it back to verify. If the workload running is just reading back data to verify it, the IO count is already correct. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>