Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.11.0, Lustre 2.12.0, Lustre 2.10.4
-
None
-
RHEL 7.5, dkms
-
3
-
9223372036854775807
Description
While experimenting with the dkms package for lustre to implement a patchless server, I saw that the lustre-ldiskfs-dkms package does not provide the ldiskfs.ko module. It does provide the osd-ldiskfs module however.
When playing the "dkms build" command, the logs show that the module is actually generated, but not copied in the dkms tree after that.
It would seem the following lines are missing to the dkms.conf file:
--- dkms.conf.orig 2018-07-09 16:06:31.257592111 +0200 +++ dkms.conf 2018-07-06 05:20:44.913000000 +0200 @@ -107,3 +107,6 @@ BUILT_MODULE_NAME[${#BUILT_MODULE_NAME[@]}]="osd_ldiskfs" BUILT_MODULE_LOCATION[${#BUILT_MODULE_LOCATION[@]}]="lustre/osd-ldiskfs/" DEST_MODULE_LOCATION[${#DEST_MODULE_LOCATION[@]}]="/extra/lustre/" +BUILT_MODULE_NAME[${#BUILT_MODULE_NAME[@]}]="ldiskfs" +BUILT_MODULE_LOCATION[${#BUILT_MODULE_LOCATION[@]}]="ldiskfs/" +DEST_MODULE_LOCATION[${#DEST_MODULE_LOCATION[@]}]="/extra/lustre/"
Landed for 2.12