Correctly detect whether ioengine_load can exit early
[fio.git] / REPORTING-BUGS
CommitLineData
fb0480b1
JA
1Reporting a bug
2---------------
3
4If you notice anything that seems like a fio bug, please do send email
a4f581f9
JA
5to the list (fio@vger.kernel.org, see README) about it. If you are not
6running the newest release of fio, upgrading first is recommended.
7
8When reporting a bug, you'll need to include:
fb0480b1
JA
9
101) A description of what you think the bug is
112) Environment (Linux distro version, kernel version). This is mostly
12 needed if it's a build bug.
d793f802 133) The output from fio --version.
fb0480b1
JA
144) How to reproduce. Please include a full list of the parameters
15 passed to fio and the job file used (if any).
16
a4f581f9
JA
17A bug report can never have too much information. Any time information
18is left out and has to be asked for, it'll add to the turn-around time
19of getting to the bottom of it and committing a fix.
20
fb0480b1 21That's it!