Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 923420

Summary: sys-block/fio: USE flag `aio` requires AIO support from the kernel
Product: Gentoo Linux Reporter: Kai-Chun Ning <kaichun.ning>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: UNCONFIRMED ---    
Severity: normal CC: prometheanfire
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.