Whamcloud - gitweb
LU-17404 kernel: update RHEL 9.4 [5.14.0-427.18.1.el9_4]
authorJian Yu <yujian@whamcloud.com>
Thu, 30 May 2024 23:00:40 +0000 (16:00 -0700)
committerAndreas Dilger <adilger@whamcloud.com>
Tue, 4 Jun 2024 02:59:26 +0000 (02:59 +0000)
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 <yujian@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/55208
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Yang Sheng <ys@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/ChangeLog
lustre/kernel_patches/targets/5.14-rhel9.4.target.in
lustre/tests/sanity.sh

index 28d64ae..3a28c3b 100644 (file)
@@ -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)
index 1e73f20..5999c7b 100644 (file)
@@ -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=""
index e61dbc0..de8cfe5 100644 (file)
@@ -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