Whamcloud - gitweb
LU-18387 kernel: RHEL 9.5 server support 37/57237/10
authorJian Yu <yujian@whamcloud.com>
Tue, 10 Dec 2024 20:16:57 +0000 (12:16 -0800)
committerOleg Drokin <green@whamcloud.com>
Sat, 18 Jan 2025 22:01:47 +0000 (22:01 +0000)
commit56bb6438aab8468444b9092f4c166735e695eeab
tree53059a0aa599b8bd2a6108fe41da56b8893dad6d
parent47c7c54bb12d53fe20fc7f275ee0df1b6c248fea
LU-18387 kernel: RHEL 9.5 server support

This patch makes changes to support RHEL 9.5 release
with kernel 5.14.0-503.15.1.el9_5 for Lustre server.

Test-Parameters: trivial fstype=ldiskfs mdtcount=4 mdscount=2 \
  clientdistro=el9.5 serverdistro=el9.4 testlist=sanity

Test-Parameters: trivial fstype=ldiskfs mdtcount=4 mdscount=2 \
  clientdistro=el9.4 serverdistro=el9.5 testlist=sanity

Test-Parameters: optional fstype=zfs mdtcount=4 mdscount=2 \
  env=SANITY_EXCEPT="27u 66 120g 398b 413a 413b" \
  clientdistro=el9.5 serverdistro=el9.4 testlist=sanity

Test-Parameters: optional fstype=zfs mdtcount=4 mdscount=2 \
  env=SANITY_EXCEPT="66 413a 413b" \
  clientdistro=el9.4 serverdistro=el9.5 testlist=sanity

Test-Parameters: optional fstype=ldiskfs mdtcount=4 mdscount=2 \
  clientdistro=el9.5 serverdistro=el9.5 testgroup=full-dne-part-1

Test-Parameters: optional fstype=ldiskfs mdtcount=4 mdscount=2 \
  clientdistro=el9.5 serverdistro=el9.5 testgroup=full-dne-part-2

Test-Parameters: optional fstype=ldiskfs mdtcount=4 mdscount=2 \
  clientdistro=el9.5 serverdistro=el9.5 testgroup=full-dne-part-3

Test-Parameters: optional fstype=zfs mdtcount=4 mdscount=2 \
  clientdistro=el9.5 serverdistro=el9.5 testgroup=full-dne-zfs-part-1

Test-Parameters: optional fstype=zfs mdtcount=4 mdscount=2 \
  clientdistro=el9.5 serverdistro=el9.5 testgroup=full-dne-zfs-part-2

Test-Parameters: optional fstype=zfs mdtcount=4 mdscount=2 \
  clientdistro=el9.5 serverdistro=el9.5 testgroup=full-dne-zfs-part-3

Change-Id: I08dec00ba898e65453f2157a44616fa20c8a3603
Signed-off-by: Jian Yu <yujian@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/57237
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Yang Sheng <ys@whamcloud.com>
Reviewed-by: Alex Deiter <adeiter@ddn.com>
Reviewed-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
12 files changed:
config/lustre-build-ldiskfs.m4
contrib/lbuild/lbuild
ldiskfs/kernel_patches/patches/rhel9.5/ext4-add-periodic-superblock-update.patch [new file with mode: 0644]
ldiskfs/kernel_patches/patches/rhel9.5/ext4-delayed-iput.patch [new file with mode: 0644]
ldiskfs/kernel_patches/patches/rhel9.5/ext4-mballoc-extra-checks.patch [new file with mode: 0644]
ldiskfs/kernel_patches/series/ldiskfs-5.14-rhel9.5.series [new file with mode: 0644]
lustre/ChangeLog
lustre/kernel_patches/kernel_configs/kernel-5.14.0-5.14-rhel9.5-x86_64.config [new file with mode: 0644]
lustre/kernel_patches/series/5.14-rhel9.5.series [new file with mode: 0644]
lustre/kernel_patches/targets/5.14-rhel9.5.target.in
lustre/kernel_patches/which_patch
lustre/tests/sanity.sh