From: Nathan Scott Date: Fri, 11 Jan 2002 04:01:45 +0000 (+0000) Subject: update qa host configuration entries. X-Git-Tag: v1.1.0~1178 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=c6125f52853ffff3c99490fb5fca9951c855326c update qa host configuration entries. --- diff --git a/common.config b/common.config index 1423829d..5b5a6f3b 100644 --- a/common.config +++ b/common.config @@ -184,6 +184,14 @@ in SCRATCH_DEV=/dev/sdb2 SCRATCH_MNT=/mnt/xfs1 ;; + usermode) + TEST_DEV=/dev/ubd/1 + TEST_DIR=/mnt/test + SCRATCH_DEV=/dev/ubd/2 + SCRATCH_MNT=/mnt/scratch + SCRATCH_RTDEV=/dev/ubd/3 + SCRATCH_LOGDEV=/dev/ubd/4 + ;; *) echo "common.config: Error: need to define parameters for host `hostname -s`" exit 1