Whamcloud - gitweb
LU-18760 dkms: race on clobber and create of modules.order 61/58261/3
authorShaun Tancheff <shaun.tancheff@hpe.com>
Fri, 28 Feb 2025 03:28:52 +0000 (10:28 +0700)
committerOleg Drokin <green@whamcloud.com>
Thu, 13 Mar 2025 17:07:52 +0000 (17:07 +0000)
commit3e0988996417963322a6fab487460de21a0d14b8
tree846fc9f345ee14f988d6cc8a464ba84d3880f932
parent74faf91f448bca86367ca08bfaa6e922f8e1b16b
LU-18760 dkms: race on clobber and create of modules.order

DKMS builds fail occasionally with an error:

cat: /var/lib/dkms/.../build//modules.order: No such file or directory
  MODPOST /var/lib/dkms/.../build/Module.symvers

This appears to be a make bug trying where a path with //
is not understood correctly.

Remove the unnecessary injection of / in the list of SUBDIRS
to be built in when ldiskfs is not enabled.

Test-Parameters: trivial
HPE-bug-id: LUS-12672
Signed-off-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Change-Id: I6dda02133115076b076e6adf2ebabd10895af643
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58261
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Caleb Carlson <caleb.carlson@hpe.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Petros Koutoupis <petros.koutoupis@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Makefile.in