Update auto-benchmark stuff to remove assumptions about xfs as the only fs

This commit is contained in:
fsgqa
2003-08-25 01:18:54 +00:00
parent 35a8aee77e
commit e7d2c01f95
4 changed files with 180 additions and 152 deletions
+2 -1
View File
@@ -8,10 +8,11 @@ fi
[ "$USE_EXTERNAL" != yes ] && USE_EXTERNAL="no"
[ "$USE_LBD_PATCH" = yes ] || USE_LBD_PATCH="no"
[ -x "$FSTYP" ] && FSTYP="xfs"
cat <<EOF
TEST: DIR=$TEST_DIR DEV=$TEST_DEV rt=[$TEST_RTDEV] log=[$TEST_LOGDEV]
TAPE: dev=[$TAPE_DEV] rmt=[$RMT_TAPE_DEV] rmtirix=[$RMT_TAPE_USER@$RMT_IRIXTAPE_DEV]
SCRATCH: MNT=$SCRATCH_MNT DEV=$SCRATCH_DEV rt=[$SCRATCH_RTDEV] log=[$SCRATCH_LOGDEV]
VARIABLES: external=$USE_EXTERNAL largeblk=$USE_LBD_PATCH
VARIABLES: external=$USE_EXTERNAL largeblk=$USE_LBD_PATCH fstyp=$FSTYP
EOF