Verify doesn't really work on mixed read/write workloads, so warn
authorJens Axboe <jens.axboe@oracle.com>
Wed, 6 Feb 2008 13:40:14 +0000 (14:40 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 6 Feb 2008 13:40:14 +0000 (14:40 +0100)
commit79713149b1d30ad4dab560621c86b24a1dcaf348
tree71a0e7903bd58ddd691ecade86ad39711ec5c548
parentc475da759dbd06648277060d72dced84bfcde348
Verify doesn't really work on mixed read/write workloads, so warn

Unless the file is pre-populated, this cannot work. So warn the user
of such a bad construct, since the warning he/she receives from fio
only tells you about a verification error (which, technically, is what
is happening).

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