Whamcloud - gitweb
LU-2516 kernel: kernel update [RHEL6.3 2.6.32-279.19.1.el6]
[fs/lustre-release.git] / lustre / BUILDING
index 1c69d3c..12864ce 100644 (file)
@@ -1,17 +1,18 @@
 BUILDING LUSTRE
 ---------------
 
-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 the server components, you must already have a Lustre-patched kernel,
+which is outside of the scope of this document.  It is possible to build
+Lustre clients against unpatched kernels.  For more information on this
+process, see the web sites below.  Also consider downloading a pre-packaged
+Lustre kernel and utilities from http://downloads.whamcloud.com/
 
 To build:
   sh autogen.sh
-  ./configure --with-linux=/usr/src/lustre_patched_kernel_tree
+  ./configure [--with-linux=/usr/src/kernel_tree if not in a "normal" location]
   make
 
-To play with Lustre:
+To play with Lustre (will format a simple test filesystem using loop devices):
   cd tests
   sh llmount.sh
 
@@ -19,12 +20,9 @@ To clean up:
   sh llmountcleanup.sh
 
 More information about Lustre:
-  http://www.lustre.org/
+  http://wiki.whamcloud.com/
 
-More information about Cluster File Systems:
-  http://www.clusterfs.com/
-
-Feedback: 
-  lustre-discuss@lists.clusterfs.com
+Feedback:
+  lustre-discuss@lists.lustre.org
 
 - The Lustre Team -