From 664e46ea717fe1bbe8eddfee8f08547937921fb4 Mon Sep 17 00:00:00 2001 From: Minh Diep Date: Mon, 9 Aug 2021 12:45:45 -0700 Subject: [PATCH] EX-3626 build: build ptlrpc_gss during ubuntu dkms include ptlrpc_gss in dkms.conf Lustre-change: https://review.whamcloud.com/44539 Change-Id: I952a7019b2bc5687507fdb1f274c100152dae6cd Signed-off-by: Minh Diep Reviewed-by: Sebastien Buisson Reviewed-by: Andreas Dilger Reviewed-on: https://review.whamcloud.com/46018 Tested-by: jenkins Tested-by: Maloo Reviewed-by: John L. Hammond --- debian/dkms.conf.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/dkms.conf.in b/debian/dkms.conf.in index 6a8a1b6..eb9c122 100644 --- a/debian/dkms.conf.in +++ b/debian/dkms.conf.in @@ -31,6 +31,8 @@ BUILT_MODULE_NAME[12]="ksocklnd" BUILT_MODULE_NAME[13]="libcfs" BUILT_MODULE_NAME[14]="lnet" BUILT_MODULE_NAME[15]="lnet_selftest" +BUILT_MODULE_NAME[16]="ptlrpc_gss" + # Location of the modules in the source tree after build BUILT_MODULE_LOCATION[0]="lustre/fid" @@ -49,6 +51,8 @@ BUILT_MODULE_LOCATION[12]="lnet/klnds/socklnd" BUILT_MODULE_LOCATION[13]="libcfs/libcfs" BUILT_MODULE_LOCATION[14]="lnet/lnet" BUILT_MODULE_LOCATION[15]="lnet/selftest" +BUILT_MODULE_LOCATION[16]="lnet/ptlrpc/gss" + # Final destination of the modules under /lib/modules// DEST_MODULE_LOCATION[0]="/updates/kernel/fs/lustre" @@ -67,3 +71,4 @@ DEST_MODULE_LOCATION[12]="/updates/kernel/net/lustre" DEST_MODULE_LOCATION[13]="/updates/kernel/net/lustre" DEST_MODULE_LOCATION[14]="/updates/kernel/net/lustre" DEST_MODULE_LOCATION[15]="/updates/kernel/net/lustre" +DEST_MODULE_LOCATION[16]="/updates/kernel/net/lustre" -- 1.8.3.1