Temporary iodepth_low work-around for syslets
authorJens Axboe <jens.axboe@oracle.com>
Tue, 27 Feb 2007 18:56:43 +0000 (19:56 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 27 Feb 2007 18:56:43 +0000 (19:56 +0100)
commit9467b77c9ac41f09a93a8a984d21b94c1f7d515e
tree37a9920cb67c88d7de53b2268397cbe0815fec69
parenta0a930efb970a688c0e21e396755210e1bdd05a9
Temporary iodepth_low work-around for syslets

syslet really wants iodepth_low=1 for sequential workloads,
otherwise when fio starts issuing a new sequence of io, we'll
have pending-and-unsubmitted requests from the previous process.
The results is seeky instead of sequential requests.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
init.c