Minor QA/bench updates.

echo mkfs & mount options into the output.
This commit is contained in:
fsgqa
2002-11-10 23:32:19 +00:00
parent 6256d5e1c8
commit 7bcfc05766
3 changed files with 11 additions and 10 deletions
+6 -6
View File
@@ -159,19 +159,19 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_require_scratch
cat >$OUT <<-EOF
MKFS_OPTIONS=$MKFS_OPTIONS
MOUNT_OPTIONS=$MOUNT_OPTIONS
EOF
echo "MKFS_OPTIONS=$MKFS_OPTIONS" >>$OUT
echo "MOUNT_OPTIONS=$MOUNT_OPTIONS" >>$OUT
echo "" >>$OUT
rm -f bench.*
for bench in $benches
do
do
echo "" >$FULL
echo "" >$LOG
_log "*** benchmark started [passes=$passes, benchmark=$bench]"
_log "*** (`date`)"
_log "*** MKFS_OPTIONS=$MKFS_OPTIONS"
_log "*** MOUNT_OPTIONS=$MOUNT_OPTIONS
_log " *** unmounting scratch device"
umount $SCRATCH_DEV 2>&1 | _fix_malloc >>$FULL
+4 -3
View File
@@ -79,11 +79,12 @@ in
bruce)
MODULAR=0
EMAIL="nathans@larry"
TEST_DEV=/dev/sda10
TEST_DIR=/mnt/xfs1
SCRATCH_DEV=/dev/sda9
SCRATCH_MNT=/mnt/xfs0
SCRATCH_DEV=/dev/sdb5
SCRATCH_RTDEV=/dev/sda9
SCRATCH_LOGDEV=/dev/sda11
TEST_DIR=/mnt/xfs1
TEST_DEV=/dev/sda10
TAPE_DEV=/dev/st0
RMT_TAPE_DEV=bruce:/dev/st0
RMT_IRIXTAPE_DEV=snort:/dev/tape
+1 -1
View File
@@ -5,7 +5,7 @@
# then massages the output into CSV format with the human-readable
# output preceding it as a "comment" (ie. #-prefixed).
#
BONNIE_FILESIZE=${BONNIE_FILESIZE:=80M}
BONNIE_FILESIZE=${BONNIE_FILESIZE:=500M}
BONNIE_CHUNKSIZE=${BONNIE_CHUNKSIZE:=1K}
. $here/common.bonnie