Whamcloud - gitweb
Again, only use loop device for testing.
authorgord-fig <gord-fig>
Fri, 19 Oct 2001 22:54:38 +0000 (22:54 +0000)
committergord-fig <gord-fig>
Fri, 19 Oct 2001 22:54:38 +0000 (22:54 +0000)
lustre/demos/config.sh

index 5a5140d..2ff55e3 100644 (file)
@@ -25,8 +25,7 @@ OBDMAJ=186
 
 # If LOOPDEV is empty, then it is assumed that BASEDEV is a real block device
 # that doesn't mind being overwritten - don't use a partition with data on it!!
-LOOPDEV=""
-BASEDEV="/dev/hda5"
+BASEDEV="$LOOPDEV"
 
 # The following are mount points for the filesystems during the test.
 MNTOBD="/mnt/obd"