mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	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:
		
							parent
							
								
									46b82de618
								
							
						
					
					
						commit
						0e9e2e2501
					
				
							
								
								
									
										2
									
								
								.github/workflows/scripts/qemu-6-tests.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/scripts/qemu-6-tests.sh
									
									
									
									
										vendored
									
									
								
							| @ -95,7 +95,7 @@ esac | |||||||
| 
 | 
 | ||||||
| # enable io_uring on el9/el10 | # enable io_uring on el9/el10 | ||||||
| case "$1" in | case "$1" in | ||||||
|   almalinux9|almalinux10) |   almalinux9|almalinux10|centos-stream*) | ||||||
|     sudo sysctl kernel.io_uring_disabled=0 > /dev/null |     sudo sysctl kernel.io_uring_disabled=0 > /dev/null | ||||||
|     ;; |     ;; | ||||||
| esac | esac | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Tino Reichardt
						Tino Reichardt