Document that write_iolog is unsafe for concurrent jobs
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Sat, 8 Jan 2011 19:28:41 +0000 (20:28 +0100)
committerJens Axboe <jaxboe@fusionio.com>
Sat, 8 Jan 2011 19:28:41 +0000 (20:28 +0100)
commit5b42a488b1e3be03ecec9305affbbabaa2f2134e
tree9003dd5ab413274727e1b64b488a51b6628aa06e
parentb921e2e2ff27d9aebc616e77afc4699c036682fe
Document that write_iolog is unsafe for concurrent jobs

The write_iolog parameter should not be used in the global section since
each job will independently write to the same file.  The output will be
interspersed and the file will be corrupt.

Document that each job should write to its own iolog file.  This will
save users time when trying out the iolog feature for the first time.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Updated by me to make the same change to the man page.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
HOWTO
README
fio.1