Failed to Load libaio During the fio Test
Symptom
During the fio test, a message is displayed indicating that the libaio engine fails to be loaded.
Key Process and Cause Analysis
The fio version installed on the client does not support libaio.
Conclusion and Solution
Install libaio-devel and recompile and install fio. The procedure is as follows:
- Install the libaio-devel dependency package using Yum.
yum -y install libaio-devel
- Go to the fio source code directory.
cd /path/to/fio/
- Configure compilation options.
./configure
- Perform the compilation.
make
- Perform the installation.
make install