From: Jian Yu Date: Thu, 30 May 2024 23:00:40 +0000 (-0700) Subject: LU-17404 kernel: update RHEL 9.4 [5.14.0-427.18.1.el9_4] X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=79b232171caf95bb6baa46c3365233fa6c0e191e;p=fs%2Flustre-release.git LU-17404 kernel: update RHEL 9.4 [5.14.0-427.18.1.el9_4] Update RHEL 9.4 kernel to 5.14.0-427.18.1.el9_4 for Lustre client. Lustre-change: https://review.whamcloud.com/55203 Lustre-commit: TBD (from 07a23833999207c336532bcf75aa9d5a954f1b07) Test-Parameters: trivial \ mdtcount=4 mdscount=2 clientdistro=el9.4 testlist=sanity Test-Parameters: optional clientdistro=el9.4 testgroup=full-part-1 Test-Parameters: optional clientdistro=el9.4 testgroup=full-part-2 Test-Parameters: optional clientdistro=el9.4 testgroup=full-part-3 Change-Id: If18027650ff953733f2e57727b71d2daa61d249c Signed-off-by: Jian Yu Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/55208 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Yang Sheng Reviewed-by: Andreas Dilger --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 28d64ae..3a28c3b 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -30,7 +30,7 @@ 5.14.0-162.23.1.el9 (RHEL9.1) 5.14.0-284.30.1.el9 (RHEL9.2) 5.14.0-362.18.1.el9 (RHEL9.3) - 5.14.0-427.16.1.el9 (RHEL9.4) + 5.14.0-427.18.1.el9 (RHEL9.4) 5.14.21-150400.24.92 (SLES15 SP4) 5.14.21-150500.55.49 (SLES15 SP5) 5.4.0-131 (Ubuntu 20.04) diff --git a/lustre/kernel_patches/targets/5.14-rhel9.4.target.in b/lustre/kernel_patches/targets/5.14-rhel9.4.target.in index 1e73f20..5999c7b 100644 --- a/lustre/kernel_patches/targets/5.14-rhel9.4.target.in +++ b/lustre/kernel_patches/targets/5.14-rhel9.4.target.in @@ -1,5 +1,5 @@ lnxmaj="5.14.0" -lnxrel="427.16.1.el9_4" +lnxrel="427.18.1.el9_4" KERNEL_SRPM=kernel-${lnxmaj}-${lnxrel}.src.rpm SERIES="" diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index e61dbc0..de8cfe5 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -110,7 +110,7 @@ if [ -r /etc/SuSE-release ] || [ -r /etc/SUSE-brand ]; then always_except LU-3703 234 # Check if running on specific distros to skip certain subtests elif [[ "$CLIENT_OS_ID_LIKE" =~ "rhel" ]]; then - if (( $CLIENT_OS_VERSION_CODE == $(version_code 9.3.0) )); then + if (( $CLIENT_OS_VERSION_CODE >= $(version_code 9.3.0) )); then # disable test_906 temporarily until rhel9.3 solves the # failure on fio io_uring I/O engine. always_except LU-17289 906