From: gord-fig Date: Fri, 19 Oct 2001 22:54:38 +0000 (+0000) Subject: Again, only use loop device for testing. X-Git-Tag: 0.4.2~667 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f019ae0ca7f8915a4d3eab27c1ba207bca627937;p=fs%2Flustre-release.git Again, only use loop device for testing. --- diff --git a/lustre/demos/config.sh b/lustre/demos/config.sh index 5a5140d..2ff55e3 100644 --- a/lustre/demos/config.sh +++ b/lustre/demos/config.sh @@ -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"