X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2FBUILDING;h=f54cb07976666b2e412426b94c8ef9ec505bbd29;hp=deaa5e895a5a63a02c5389f0fa72e506c6212e00;hb=6e6357dbf9a14aaea459f460dbe4f93e52c814d4;hpb=ed919b6742399c9a30b08314f1ddf424034c0319 diff --git a/lustre/BUILDING b/lustre/BUILDING index deaa5e8..f54cb07 100644 --- a/lustre/BUILDING +++ b/lustre/BUILDING @@ -1,25 +1,27 @@ 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://downloads.lustre.org/ 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/ + Feedback: - lustre-devel@lists.sf.net - lustre-discuss@lists.sf.net + lustre-discuss@lists.lustre.org -- Peter - \ No newline at end of file +- The Lustre Team -