From: David Disseldorp Date: Tue, 27 Jun 2006 15:35:22 +0000 (+0000) Subject: added xfs-qa client X-Git-Tag: v1.1.0~622 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=79c395f4dab59e35cb4ba9be5911344be6beb87c;p=xfstests-dev.git added xfs-qa client Merge of master-melb:xfs-cmds:26359a by kenmcd. added galah --- diff --git a/common.config b/common.config index 730d48f3..192484e0 100644 --- a/common.config +++ b/common.config @@ -417,7 +417,18 @@ known_hosts() SCRATCH_DEV=/dev/sda8 TAPE_DEV=/dev/st0 ;; - *) + inferno) + MODULAR=1 + EMAIL="ddiss@sgi.com" + TEST_DIR=/mnt/data + TEST_DEV=/dev/sdb1 + SCRATCH_MNT=/mnt/scratch + SCRATCH_DEV=/dev/sda6 + #RMT_IRIXTAPE_DEV=snort:/dev/tape + #RMT_TAPE_DEV=icy:/dev/st0 + #RMT_TAPE_USER=guest + ;; + *) echo "Error: need to define parameters for host $HOST" exit 1 ;;