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 ../..
Nathaniel Clark
authored
Add ordering for inkernel (rdma.server) and Mellanox MOFED (openibd.service). This ensures that systemd will shutdown lnet prior to IB, thus preventing it from hanging. Lustre-change: https://review.whamcloud.com/32646 Lustre-commit: 45bb717b Test-Parameters: trivial Signed-off-by:Nathaniel Clark <nathaniel.l.clark@intel.com> Change-Id: Ia0be1ca60eb8f54edd2f4f6bfbca10cbc01cc638 Reviewed-by:
Andreas Dilger <andreas.dilger@intel.com> Reviewed-on: https://review.whamcloud.com/32793 Tested-by: Jenkins Tested-by:
Maloo <hpdd-maloo@intel.com> Reviewed-by:
Andreas Dilger <adilger@whamcloud.com> Reviewed-by:
John L. Hammond <jhammond@whamcloud.com>