Package: lustre-tests Version: 1.6.5-1 Filename: pool/main/l/lustre/lustre-tests_1.6.5-1_i386.deb Found error in /usr/lib/lustre/tests/runiozone: $ grep -A5 -B5 /tmp/ /usr/lib/lustre/tests/runiozone while date; do LOOP=`expr $LOOP + 1` echo "Test #$LOOP" iozone $VERIFY $ODIR -r $REC -i 0 -i 1 -f $FILE -s $SIZE 2>&1 || exit $? [ -f endiozone -o $LOOP -ge $COUNT ] && rm -f endiozone && exit 0 done | tee /tmp/iozone.log