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 ../..
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:Michael Kuhn <michael.kuhn@informatik.uni-hamburg.de> Reviewed-on: https://review.whamcloud.com/25328 Tested-by: Jenkins Tested-by:
Maloo <hpdd-maloo@intel.com> Reviewed-by:
James Simmons <uja.ornl@yahoo.com> Reviewed-by:
Gu Zheng <gzheng@ddn.com> Reviewed-by:
Li Dongyang <dongyangli@ddn.com> Reviewed-by:
Oleg Drokin <green@whamcloud.com>