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>
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)
lnxmaj="5.14.0"
-lnxrel="427.16.1.el9_4"
+lnxrel="427.18.1.el9_4"
KERNEL_SRPM=kernel-${lnxmaj}-${lnxrel}.src.rpm
SERIES=""
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