Add libaio engine for fio on Centos/Rhel9
fio packaging previously contained everything in one RPM, but at some point for EL9 builds, this was split into multiple RPMs where each engine used was put into it's own RPM. In order for integrated disk benchmarking to work with introspection, we use python-hardware. Python-hardware uses fio, with libaio as a default option. So now, we will attempt to install the other package which should make users of the feature happier as their ramdisk images will come with the contents required to do a benchmark upfront. Change-Id: I2028ac1cf350d86903a33e4bd91c209887de1e5c
This commit is contained in:
parent
49367bc9d6
commit
1c1b8cf663
@ -1,2 +1,7 @@
|
||||
fio:
|
||||
fio-engine-libaio:
|
||||
when:
|
||||
- IPA_DISTRO_FAMILY = rh
|
||||
- DIB_RELEASE != 7
|
||||
- DIB_RELEASE != 8
|
||||
stress-ng:
|
||||
|
@ -1,5 +1,10 @@
|
||||
ethtool:
|
||||
fio:
|
||||
fio-engine-libaio:
|
||||
when:
|
||||
- IPA_DISTRO_FAMILY = rh
|
||||
- DIB_RELEASE != 7
|
||||
- DIB_RELEASE != 8
|
||||
hdparm:
|
||||
infiniband-diags:
|
||||
lldpad:
|
||||
|
Loading…
x
Reference in New Issue
Block a user