Whamcloud - gitweb
LU-12739 lnet: Don't queue msg when discovery has completed
[fs/lustre-release.git] / README
1 Instructions for building, configuring and running Lustre:
2     https://wiki.whamcloud.com/display/PUB/Building+Lustre+from+Source
3 and
4     https://wiki.whamcloud.com/display/PUB/Getting+started+with+Lustre.
5
6 Instructions for contributing patches for Lustre:
7     https://wiki.whamcloud.com/display/PUB/Submitting+Changes
8 and
9     https://wiki.whamcloud.com/display/PUB/Using+Gerrit
10
11 The Lustre Coding Style Guidelines can be found at:
12     https://wiki.whamcloud.com/display/PUB/Coding+Guidelines
13
14 The Lustre Test Script Style Guidelines can be found at:
15     https://wiki.whamcloud.com/display/PUB/Test+Coding+Style
16
17 In order to improve the quality of patches submitted to the Lustre tree,
18 it is possible to automatically check every patch and commit against the
19 Lustre Coding Guidelines.  To do this, run in the top-level lustre/ tree:
20
21     cd .git/hooks
22     ln -s ../../contrib/git-hooks/{prepare-,}commit-msg ./
23     cd ../..