From 95b0e99261034cc5674a72428802cec7949f3147 Mon Sep 17 00:00:00 2001 From: Nathan Straz Date: Mon, 8 Oct 2001 20:19:06 +0000 Subject: [PATCH] Adding permit and indra as test machines --- common.config | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/common.config b/common.config index 64bb0136..588114a2 100644 --- a/common.config +++ b/common.config @@ -171,7 +171,18 @@ in RMT_IRIXTAPE_DEV=blub:/dev/tape RMT_TAPE_USER=guest ;; - + permit) + TEST_DEV=/dev/sdc1 + TEST_DIR=/mnt/xfs0 + SCRATCH_DEV=/dev/sdd1 + SCRATCH_MNT=/mnt/xfs1 + ;; + indra) + TEST_DEV=/dev/sdb1 + TEST_DIR=/mnt/xfs0 + SCRATCH_DEV=/dev/sdb2 + SCRATCH_MNT=/mnt/xfs1 + ;; *) echo "common.config: Error: need to define parameters for host `hostname -s`" exit 1 -- 2.25.1