Whamcloud - gitweb
EX-3626 build: build ptlrpc_gss during ubuntu dkms
authorMinh Diep <mdiep@whamcloud.com>
Mon, 9 Aug 2021 19:45:45 +0000 (12:45 -0700)
committerJohn L. Hammond <jhammond@whamcloud.com>
Thu, 13 Jan 2022 15:26:37 +0000 (15:26 +0000)
include ptlrpc_gss in dkms.conf

Lustre-change: https://review.whamcloud.com/44539

Change-Id: I952a7019b2bc5687507fdb1f274c100152dae6cd
Signed-off-by: Minh Diep <mdiep@whamcloud.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/46018
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: John L. Hammond <jhammond@whamcloud.com>
debian/dkms.conf.in

index 6a8a1b6..eb9c122 100644 (file)
@@ -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/<kernel>/
 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"