Skip to content
Snippets Groups Projects
Commit 8dc44816 authored by Phil Schwan's avatar Phil Schwan
Browse files

b=2371

Updated the BUILDING file, to at least remove the lies, and point
people at more helpful documentation
parent 50e9c338
No related branches found
No related tags found
No related merge requests found
BUILDING LUSTRE
---------------
To build the lustre obd module, you must first build portals.
Portals is available from the same CVS repository of the lustre
project module portals, see http://www.lustre.org
You must already have a Lustre-patched kernel, which is outside of the
scope of this document. For more information on this process, see the
web sites below. Also consider downloading a pre-packaged Lustre
kernel and utilities from http://www.lustre.org/downloads.html
To build:
sh autogen.sh
./configure --enable-linuxdir=/usr/src/linux --enable-portalsdir=/usr/src/portals
./configure --with-linux=/usr/src/lustre_patched_kernel_tree
make
To play with Lustre Lite:
cd obd/tests
To play with Lustre:
cd tests
sh llmount.sh
To clean up:
sh llmountcleanup.sh
More information about Lustre:
http://www.lustre.org/
More information about Cluster File Systems:
http://www.clusterfs.com/
Feedback:
lustre-devel@lists.sf.net
lustre-discuss@lists.sf.net
lustre-discuss@lists.clusterfs.com
- Peter -
\ No newline at end of file
- The Lustre Team -
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment