Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923420 - sys-block/fio: USE flag `aio` requires AIO support from the kernel
Summary: sys-block/fio: USE flag `aio` requires AIO support from the kernel
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-31 12:57 UTC by Kai-Chun Ning
Modified: 2024-01-31 19:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kai-Chun Ning 2024-01-31 12:57:08 UTC
Hello, when using ioengine aio, fio will fail with the following error message if the kernel was not compiled with CONFIG_AIO:

https://github.com/axboe/fio/issues/761

It might be a good idea to add a kernel config check, when USE=aio is selected.