Whamcloud - gitweb
b=23206 performance-sanity test_8 FAIL
authorDmitry Zogin <dmitry.zoguine@oracle.com>
Wed, 11 Aug 2010 14:27:14 +0000 (10:27 -0400)
committerJohann Lombardi <johann.lombardi@oracle.com>
Thu, 12 Aug 2010 20:18:55 +0000 (22:18 +0200)
 Debug patch

lustre/tests/functions.sh

index 7c099ae..0953391 100644 (file)
@@ -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
 }