Whamcloud - gitweb
Change the default config so that it doesn't do anything out of the box.
authoradilger <adilger>
Fri, 19 Jul 2002 05:15:03 +0000 (05:15 +0000)
committeradilger <adilger>
Fri, 19 Jul 2002 05:15:03 +0000 (05:15 +0000)
lustre/tests/lustre.cfg

index 6fa7e18..eee3148 100644 (file)
@@ -1,17 +1,19 @@
 #!/bin/sh
 
+### REMOVE THE FOLLOWING LINES IN ORDER TO TEST LUSTRE WITH THIS CONFIG ###
+echo "lustre: edit /etc/lustre/lustre.cfg to enable, exiting" 1>&2
+exit 1
+
 # Common configuration options
-# Config file for setting up a remote server with a real OST
+# Config file for setting up a local OST and MDS server
 NETWORK=tcp
 LOCALHOST=`hostname`
 SERVER=$LOCALHOST
 OSTNODE=$LOCALHOST
 CLIENTS=*
-#SERVER=dev4
-#OSTNODE=dev4
 PORT=2432
 
-# Config file for setting up the lock manager
+# Set up the lock manager (required)
 SETUP_LDLM=y
 
 #case `echo $LOCALHOST | sed "s/\.[^|]*//"` in