Whamcloud - gitweb
Lproc-snmp code drop
[fs/lustre-release.git] / lustre / BUILDING
1 BUILDING LUSTRE
2 ---------------
3
4 To build the lustre obd module, you must first build portals.  
5
6 Portals is available from the same CVS repository of the lustre
7 project module portals, see http://www.lustre.org
8
9 To build:
10   sh autogen.sh
11   ./configure --enable-linuxdir=/usr/src/linux --enable-portalsdir=/usr/src/portals
12   make
13
14 To play with Lustre Lite:
15   cd obd/tests
16   sh llmount.sh
17
18 To clean up:
19   sh llmountcleanup.sh
20
21 Feedback: 
22   lustre-devel@lists.sf.net
23   lustre-discuss@lists.sf.net
24
25 - Peter -