From: Stefan Hajnoczi Date: Sat, 8 Jan 2011 19:28:41 +0000 (+0100) Subject: Document that write_iolog is unsafe for concurrent jobs X-Git-Tag: fio-1.50-rc2~8^2~1 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=5b42a488b1e3be03ecec9305affbbabaa2f2134e;hp=5b42a488b1e3be03ecec9305affbbabaa2f2134e 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 Updated by me to make the same change to the man page. Signed-off-by: Jens Axboe ---