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 ../..
Joe Grund
authored
Add patch requirement to lustre-dkms.spec.in as it (or quilt) are needed for lustre-build-ldiskfs. - Add requires patch. Lustre-change: https://review.whamcloud.com/#/c/32431/ Lustre-commit: ea52ed90e1ea079b269351a98d86ad6b06273df1 Change-Id: I640bae382511502c02a0237694c93c304047f339 Signed-off-by:Joe Grund <joe.grund@intel.com> Signed-off-by:
Minh Diep <minh.diep@intel.com> Reviewed-on: https://review.whamcloud.com/32450 Reviewed-by:
Andreas Dilger <andreas.dilger@intel.com> Tested-by: Jenkins Tested-by:
Maloo <hpdd-maloo@intel.com> Reviewed-by:
John L. Hammond <john.hammond@intel.com>