From 07ac1f1c26475cd6b70e3cff9fe63c17013602ec Mon Sep 17 00:00:00 2001 From: Dmitry Zogin Date: Wed, 11 Aug 2010 10:27:14 -0400 Subject: [PATCH] b=23206 performance-sanity test_8 FAIL Debug patch --- lustre/tests/functions.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/functions.sh b/lustre/tests/functions.sh index 7c099ae..0953391 100644 --- a/lustre/tests/functions.sh +++ b/lustre/tests/functions.sh @@ -29,6 +29,7 @@ mpi_run () { local command="$mpirun $@" local mpilog=$TMP/mpi.log local rc + $LFS df -i if [ "$MPI_USER" != root -a $mpirun ]; then echo "+ chmod 0777 $MOUNT" @@ -44,6 +45,7 @@ mpi_run () { if [ $rc -eq 0 ] && grep -q "p4_error:" $mpilog ; then rc=1 fi + $LFS df -i return $rc } -- 1.8.3.1