From a862bb24ed878fdd47185ea26d6e57a7a8fb9bd5 Mon Sep 17 00:00:00 2001 From: Bruno Faccini Date: Fri, 25 Apr 2014 00:17:38 +0200 Subject: [PATCH] LU-4951 scripts: report modules changes in dkms RPM config lvfs.ko and nodemap.ko have been respectively removed and added from/to distro, so this needs to be accordingly reported into the script that generates DKMS RPM configuration statically. Signed-off-by: Bruno Faccini Change-Id: I917f79b134fb1d6be48b89c10faf531697fe1a9c Reviewed-on: http://review.whamcloud.com/10090 Tested-by: Jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: Minh Diep --- lustre/scripts/dkms.mkconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/scripts/dkms.mkconf b/lustre/scripts/dkms.mkconf index 4795d16..0015d03 100755 --- a/lustre/scripts/dkms.mkconf +++ b/lustre/scripts/dkms.mkconf @@ -118,8 +118,8 @@ DEST_MODULE_LOCATION[4]="/extra/lustre/" BUILT_MODULE_NAME[5]="ptlrpc" BUILT_MODULE_LOCATION[5]="lustre/ptlrpc/" DEST_MODULE_LOCATION[5]="/extra/lustre/" -BUILT_MODULE_NAME[6]="lvfs" -BUILT_MODULE_LOCATION[6]="lustre/lvfs/" +BUILT_MODULE_NAME[6]="nodemap" +BUILT_MODULE_LOCATION[6]="lustre/nodemap/" DEST_MODULE_LOCATION[6]="/extra/lustre/" BUILT_MODULE_NAME[7]="lov" BUILT_MODULE_LOCATION[7]="lustre/lov/" -- 1.8.3.1