From fccb3dc376dee4fd3aa791eb11461a0bfdfbf3c2 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 12 Jun 2002 07:25:46 +0000 Subject: [PATCH] common.sh: tell us when we are mounting runiozone: allow the size parameter to be given on the command-line --- lustre/tests/common.sh | 1 + lustre/tests/runiozone | 1 + 2 files changed, 2 insertions(+) diff --git a/lustre/tests/common.sh b/lustre/tests/common.sh index c1730e3..f184982 100644 --- a/lustre/tests/common.sh +++ b/lustre/tests/common.sh @@ -371,6 +371,7 @@ setup_mount() { fi [ ! -d $OSCMT ] && mkdir $OSCMT + echo "$0: mounting \$OSCDEV on $OSCMT" mount -t lustre_lite -o device=`find_devno OSCDEV` none $OSCMT } diff --git a/lustre/tests/runiozone b/lustre/tests/runiozone index c6b96ad..d437988 100755 --- a/lustre/tests/runiozone +++ b/lustre/tests/runiozone @@ -1,6 +1,7 @@ #!/bin/sh SIZE=5g COUNT=0 +[ $1 ] && SIZE=$1 rm -f endiozone while date; do echo "Test #$COUNT" -- 1.8.3.1