Whamcloud - gitweb
- CROW-related fixes from b_hd_mdref
[fs/lustre-release.git] / lustre / BUILDING
1 BUILDING LUSTRE
2 ---------------
3
4 You must already have a Lustre-patched kernel, which is outside of the
5 scope of this document.  For more information on this process, see the
6 web sites below.  Also consider downloading a pre-packaged Lustre
7 kernel and utilities from http://www.lustre.org/downloads.html
8
9 To build:
10   sh autogen.sh
11   ./configure --with-linux=/usr/src/lustre_patched_kernel_tree
12   make
13
14 To play with Lustre:
15   cd tests
16   sh llmount.sh
17
18 To clean up:
19   sh llmountcleanup.sh
20
21 More information about Lustre:
22   http://www.lustre.org/
23
24 More information about Cluster File Systems:
25   http://www.clusterfs.com/
26
27 Feedback: 
28   lustre-discuss@lists.clusterfs.com
29
30 - The Lustre Team -