SUSE linux-5.3.18-150300.59.60_7.0.4.15 should select
5.3.18-sles15sp3.series however a recent change maps
linux-5.3.18-150300.59.* to 5.3.18-sles15sp3-59.series
which does not apply.
Lustre should also consider the patch level [Ex: 60]
and map 59.60* to 5.3.18-sles15sp3.series while
61 and later should map to 5.3.18-sles15sp3-59.series
The sles15sp3*.series should also include
base/ext4-delayed-iput.patch
base/ext4-delayed-iput.patch
Test-Parameters: trivial
HPE-bug-id: LUS-11910
Signed-off-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Change-Id: I68d6ecfc94e9edf7c657e743fbdbdb58b39bf191
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52943
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Petros Koutoupis <petros.koutoupis@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
update=$(echo $LINUXRELEASE | cut -d- -f2 | cut -d. -f2)
if test $update -ge 59; then
LDISKFS_SERIES="5.3.18-sles15sp3-59.series"
+ up_patch=$(echo $LINUXRELEASE | cut -d- -f2 | cut -d. -f3 | cut -d_ -f1)
+ if test $update -eq 59 -a $up_patch -le 60; then
+ LDISKFS_SERIES="5.3.18-sles15sp3.series"
+ fi
fi
;;
15sp4 ) LDISKFS_SERIES="5.14.21-sles15sp4.series"
rhel8/ext4-ext-merge.patch
base/ext4-projid-xattrs.patch
linux-5.8/ext4-enc-flag.patch
+base/ext4-delayed-iput.patch
rhel8/ext4-old_ea_inodes_handling_fix.patch
rhel8/ext4-encdata.patch
rhel8/ext4-ext-merge.patch
base/ext4-projid-xattrs.patch
linux-5.8/ext4-enc-flag.patch
+base/ext4-delayed-iput.patch
rhel8/ext4-old_ea_inodes_handling_fix.patch
rhel8/ext4-encdata.patch