summaryrefslogtreecommitdiff
path: root/common.config
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@sgi.com>2002-11-04 16:23:02 +0000
committerChristoph Hellwig <hch@sgi.com>2002-11-04 16:23:02 +0000
commit786507ddd386cbe28dd3771a38cd08353156516e (patch)
tree6525ba8acd3dd180c81d34f587c8a6bc176e3cac /common.config
parent6ab9146e84d53d007ea2c2aeffbac80c3b7b1888 (diff)
Add hch's Munich test config
Add defaults for lab343
Diffstat (limited to 'common.config')
-rw-r--r--common.config8
1 files changed, 8 insertions, 0 deletions
diff --git a/common.config b/common.config
index 269e6b0b..3bd79ae8 100644
--- a/common.config
+++ b/common.config
@@ -199,6 +199,14 @@ in
# RMT_IRIXTAPE_DEV=longhorn:/dev/tape
RMT_TAPE_USER=guest
;;
+ lab343)
+ MODULAR=0
+ EMAIL="hch@sgi.com"
+ TEST_DEV=/dev/sdb1
+ TEST_DIR=/qa/test
+ SCRATCH_DEV=/dev/sdb2
+ SCRATCH_MNT=/qa/scratch
+ ;;
*)
echo "common.config: Error: need to define parameters for host $HOST"
exit 1