Whamcloud - gitweb
EX-3108 build: update kernel to -ddn13
authorAndreas Dilger <adilger@whamcloud.com>
Tue, 4 May 2021 15:09:35 +0000 (09:09 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Tue, 4 May 2021 21:39:53 +0000 (21:39 +0000)
Update the kernel version to -ddn13 to match the version used
on b_es5_2 so that it is possible to just upgrade the Lustre
RPMs when moving from EXA5.2.2 to EXA6.0.

Test-Parameters: trivial
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I8845fa2c797769b94971e60dc92cdfb2c79bb570
Reviewed-on: https://review.whamcloud.com/43534
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Tested-by: Minh Diep <mdiep@whamcloud.com>
contrib/lbuild/lbuild-rhel

index 3c59a0c..528a4c9 100644 (file)
@@ -47,7 +47,7 @@ prepare_and_build_srpm() {
 
        pushd $TOPDIR >/dev/null
        # create the buildid
-       local ddn_tag="ddn0"
+       local ddn_tag="ddn13"
        if $ENABLE_KERNEL_DEBUG; then
                local buildid="_lustre_debug${EXTRA_VERSION##*_lustre}.${ddn_tag}"
        else