From 79c395f4dab59e35cb4ba9be5911344be6beb87c Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Tue, 27 Jun 2006 15:35:22 +0000 Subject: [PATCH] added xfs-qa client Merge of master-melb:xfs-cmds:26359a by kenmcd. added galah --- common.config | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 ;; -- 2.47.3