Many resources for using, configuring, and troubleshooting Lustre are at:
    http://wiki.lustre.org/

The low-volume list for announcements of new releases is at:
    http://lists.lustre.org/listinfo.cgi/lustre-announce-lustre.org
The generic Lustre discussion mailing list is available at:
    http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org
The Lustre developer mailing list is at:
    http://lists.lustre.org/pipermail/lustre-devel-lustre.org

Instructions for building, configuring and running Lustre:
    http://wiki.lustre.org/Compiling_Lustre
and
    https://wiki.whamcloud.com/display/PUB/Getting+started+with+Lustre.

Instructions for contributing patches for Lustre:
    http://wiki.lustre.org/Submitting_Changes
and
    http://wiki.lustre.org/Using_Gerrit

The Lustre Coding Style Guidelines can be found at:
    http://wiki.lustre.org/Lustre_Coding_Style_Guidelines

The Lustre Test Script Style Guidelines can be found at:
    http://wiki.lustre.org/Lustre_Script_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 ../..

diff生成命令： diff -up super.c.orig super.c

服务端编译方法：
LDISKFS_SERIES=4.19-ctyun.series ./configure --enable-server
LDISKFS_SERIES=4.19-ctyun.series make -j4 rpms

生成文件：
[root@ctos lustre-2.15.1]# ls -l *.rpm
-rw-r--r-- 1 root root  4284204 Jan  1 11:50 kmod-lustre-2.15.1-1.x86_64.rpm
-rw-r--r-- 1 root root   482556 Jan  1 11:50 kmod-lustre-osd-ldiskfs-2.15.1-1.x86_64.rpm
-rw-r--r-- 1 root root    45348 Jan  1 11:50 kmod-lustre-tests-2.15.1-1.x86_64.rpm
-rw-r--r-- 1 root root 23577011 Jan  1 11:28 lustre-2.15.1-1.src.rpm
-rw-r--r-- 1 root root   797624 Jan  1 11:50 lustre-2.15.1-1.x86_64.rpm
-rw-r--r-- 1 root root 36070684 Jan  1 11:50 lustre-debuginfo-2.15.1-1.x86_64.rpm
-rw-r--r-- 1 root root  3979512 Jan  1 11:50 lustre-debugsource-2.15.1-1.x86_64.rpm
-rw-r--r-- 1 root root   201732 Jan  1 11:50 lustre-devel-2.15.1-1.x86_64.rpm
-rw-r--r-- 1 root root    46420 Jan  1 11:50 lustre-iokit-2.15.1-1.x86_64.rpm
-rw-r--r-- 1 root root    18064 Jan  1 11:50 lustre-osd-ldiskfs-mount-2.15.1-1.x86_64.rpm
-rw-r--r-- 1 root root    12108 Jan  1 11:50 lustre-resource-agents-2.15.1-1.x86_64.rpm
-rw-r--r-- 1 root root 16242276 Jan  1 11:50 lustre-tests-2.15.1-1.x86_64.rpm

客户端编译方法：
./configure --disable-server
make -j4 rpms

生成文件：
[root@ctos lustre-2.15.1]# ls -l *.rpm
-rw-r--r-- 1 root root  2375040 Jan 29 03:11 kmod-lustre-client-2.15.1-1.x86_64.rpm
-rw-r--r-- 1 root root    45488 Jan 29 03:11 kmod-lustre-client-tests-2.15.1-1.x86_64.rpm
-rw-r--r-- 1 root root 23581661 Jan 29 02:56 lustre-2.15.1-1.src.rpm
-rw-r--r-- 1 root root   634576 Jan 29 03:11 lustre-client-2.15.1-1.x86_64.rpm
-rw-r--r-- 1 root root 19630180 Jan 29 03:11 lustre-client-debuginfo-2.15.1-1.x86_64.rpm
-rw-r--r-- 1 root root  2419156 Jan 29 03:11 lustre-client-debugsource-2.15.1-1.x86_64.rpm
-rw-r--r-- 1 root root   196236 Jan 29 03:11 lustre-client-devel-2.15.1-1.x86_64.rpm
-rw-r--r-- 1 root root 16242836 Jan 29 03:11 lustre-client-tests-2.15.1-1.x86_64.rpm
-rw-r--r-- 1 root root    46460 Jan 29 03:11 lustre-iokit-2.15.1-1.x86_64.rpm
