Skip to content
Snippets Groups Projects
user avatar
Michael Kuhn authored
This introduces a new package lustre-client-modules-dkms that uses DKMS
to automatically recompile the client kernel modules on kernel upgrades.
The package is only created if the dkms-debs target is used, otherwise
the traditional kernel-specific package is created.

Test-Parameters: trivial
Change-Id: Ie9aeee29f7fd73938b148299d246c663a783ccd3
Signed-off-by: default avatarMichael Kuhn <michael.kuhn@informatik.uni-hamburg.de>
Reviewed-on: https://review.whamcloud.com/25328


Tested-by: Jenkins
Tested-by: default avatarMaloo <hpdd-maloo@intel.com>
Reviewed-by: default avatarJames Simmons <uja.ornl@yahoo.com>
Reviewed-by: default avatarGu Zheng <gzheng@ddn.com>
Reviewed-by: default avatarLi Dongyang <dongyangli@ddn.com>
Reviewed-by: default avatarOleg Drokin <green@whamcloud.com>
88252d06
History
Instructions for building, configuring and running Lustre:
    https://wiki.hpdd.intel.com/display/PUB/Building+Lustre+from+Source
and
    https://wiki.hpdd.intel.com/display/PUB/Getting+started+with+Lustre.

Instructions for contributing patches for Lustre:
    https://wiki.hpdd.intel.com/display/PUB/Submitting+Changes
and
    https://wiki.hpdd.intel.com/display/PUB/Using+Gerrit

The Lustre Coding Style Guidelines can be found at:
    https://wiki.hpdd.intel.com/display/PUB/Coding+Guidelines

The Lustre Test Script Style Guidelines can be found at:
    https://wiki.hpdd.intel.com/display/PUB/Test+Coding+Style

In order to improve the quality of patches submitted to the Lustre tree,
it is possible to automatically check every patch and commit against the
Lustre Coding Guidelines.  To do this, run in the top-level lustre/ tree:

    cd .git/hooks
    ln -s ../../contrib/git-hooks/{prepare-,}commit-msg ./
    cd ../..