ZTS: Enable io_uring on CentOS Stream 9 and 10 also

The io_uring interface is available as a Technology Preview.
Details: https://access.redhat.com/solutions/4723221

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de>
Closes #17447
This commit is contained in:
Tino Reichardt 2025-06-10 01:26:57 +02:00 committed by GitHub
parent 46b82de618
commit 0e9e2e2501
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,7 +95,7 @@ esac
# enable io_uring on el9/el10
case "$1" in
almalinux9|almalinux10)
almalinux9|almalinux10|centos-stream*)
sudo sysctl kernel.io_uring_disabled=0 > /dev/null
;;
esac