Whamcloud - gitweb
LU-4951 scripts: report modules changes in dkms RPM config 90/10090/2
authorBruno Faccini <bruno.faccini@intel.com>
Thu, 24 Apr 2014 22:17:38 +0000 (00:17 +0200)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 6 May 2014 03:15:09 +0000 (03:15 +0000)
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 <bruno.faccini@intel.com>
Change-Id: I917f79b134fb1d6be48b89c10faf531697fe1a9c
Reviewed-on: http://review.whamcloud.com/10090
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Minh Diep <minh.diep@intel.com>
lustre/scripts/dkms.mkconf

index 4795d16..0015d03 100755 (executable)
@@ -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/"