Whamcloud - gitweb
LU-1459 llite: Don't use unitialized variable
[fs/lustre-release.git] / lustre / BUILDING
1 BUILDING LUSTRE
2 ---------------
3
4 To build the server components, you must already have a Lustre-patched kernel,
5 which is outside of the scope of this document.  It is possible to build
6 Lustre clients against unpatched kernels.  For more information on this
7 process, see the web sites below.  Also consider downloading a pre-packaged
8 Lustre kernel and utilities from http://downloads.whamcloud.com/
9
10 To build:
11   sh autogen.sh
12   ./configure [--with-linux=/usr/src/kernel_tree if not in a "normal" location]
13   make
14
15 To play with Lustre (will format a simple test filesystem using loop devices):
16   cd tests
17   sh llmount.sh
18
19 To clean up:
20   sh llmountcleanup.sh
21
22 More information about Lustre:
23   http://wiki.whamcloud.com/
24
25 Feedback:
26   lustre-discuss@lists.lustre.org
27
28 - The Lustre Team -