From 8dc448163eb16792aa750435eb68c41d76c9d9a4 Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 14 Dec 2003 02:50:28 +0000 Subject: [PATCH] b=2371 Updated the BUILDING file, to at least remove the lies, and point people at more helpful documentation --- lustre/BUILDING | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) 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 - -- 1.8.3.1