Skip to content

Commit 21ad644

Browse files
mcmilkbehlendorf
authored andcommitted
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 <[email protected]> Signed-off-by: Tino Reichardt <[email protected]> Closes #17447
1 parent b608b95 commit 21ad644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/qemu-6-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ esac
9595

9696
# enable io_uring on el9/el10
9797
case "$1" in
98-
almalinux9|almalinux10)
98+
almalinux9|almalinux10|centos-stream*)
9999
sudo sysctl kernel.io_uring_disabled=0 > /dev/null
100100
;;
101101
esac

0 commit comments

Comments
 (0)