X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2FBUILDING;h=1c69d3c852c79c5a4c852e5f690243cbafda097a;hb=c60addc409310c325b085343689fd3d04f7cb191;hp=deaa5e895a5a63a02c5389f0fa72e506c6212e00;hpb=ed919b6742399c9a30b08314f1ddf424034c0319;p=fs%2Flustre-release.git diff --git a/lustre/BUILDING b/lustre/BUILDING index deaa5e8..1c69d3c 100644 --- a/lustre/BUILDING +++ b/lustre/BUILDING @@ -1,25 +1,30 @@ 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 -