X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=REPORTING-BUGS;h=c0204d7e09be4acb68b71b53112fe82a8e179852;hb=b3d5e3fd80e3834097578e92d1b788065b8346e1;hp=dab2ef4e5ba260d0fff6299ba1a0bc10c1858e9b;hpb=fb0480b138f5e7e59047a238200675eaa1bdad1d;p=fio.git diff --git a/REPORTING-BUGS b/REPORTING-BUGS index dab2ef4e..c0204d7e 100644 --- a/REPORTING-BUGS +++ b/REPORTING-BUGS @@ -1,16 +1,42 @@ Reporting a bug --------------- -If you notice anything that seems like a fio bug, please do send email -to the list (fio-devel@kernel.dk, see README) about it. You'll need -to report at least: +...via the mailing list +======================= + +If you notice anything that seems like a fio bug or want to ask fio related +questions, please send a plain-text only email to the list +(fio@vger.kernel.org, see README) about it. If you are not running the newest +release of fio please upgrade first. + +When reporting a bug, you'll need to include: 1) A description of what you think the bug is -2) Environment (Linux distro version, kernel version). This is mostly +2) Environment (e.g. Linux distro version, kernel version). This is mostly needed if it's a build bug. -3) The fio version. The most useful is the git top level commit, you - can find out by doing a cat .git/HEAD from the top level fio directory. +3) The output from fio --version . 4) How to reproduce. Please include a full list of the parameters passed to fio and the job file used (if any). +A bug report can't have too much information. Any time information that +is left out and has to be asked for will add to the turn-around time +of getting to the bottom of the issue, and an eventual fix. + That's it! + +...via GitHub issues +==================== + +Please create an issue in the GitHub issue tracker +(https://github.com/axboe/fio/issues ) but observe the following: + +a) If you are asking a question on how to do something ("How do I/Why is?") + please send it to the mailing list and not GitHub issues. The fio project + uses GitHub issues for reproducible bugs/enhancement requests. +b) Please reproduce your bug using the latest fio listed on + https://github.com/axboe/fio/releases (see the Source and Building sections + of the README for how to build fio from source). +c) Include all of the information requested in the mailing list section above + (description, environment, version, reproduction steps and all job parameters). + +Thanks!