X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fdemos%2Fconfig.sh;h=4d19a2947e230ddc22fa7a4a4d825c2ba2025a7e;hp=3fdd5ba014d0b5b6cef8fb40dacf71db991bc81f;hb=30e4df0abf17b168e95912b73a975a82efa905eb;hpb=a146e9a0c89363a8493bb978d4cbabb9cfd6524f diff --git a/lustre/demos/config.sh b/lustre/demos/config.sh index 3fdd5ba..4d19a29 100644 --- a/lustre/demos/config.sh +++ b/lustre/demos/config.sh @@ -25,8 +25,8 @@ 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/hda6" +LOOPDEV="/dev/loop0" +BASEDEV="/dev/loop0" # The following are mount points for the filesystems during the test. MNTOBD="/mnt/obd"