Whamcloud - gitweb
b=18589
authorgrev <grev>
Mon, 16 Mar 2009 17:27:20 +0000 (17:27 +0000)
committergrev <grev>
Mon, 16 Mar 2009 17:27:20 +0000 (17:27 +0000)
i=Adilger
do df before /proc access

lustre/tests/test-framework.sh

index d4f6088..08dd54b 100644 (file)
@@ -2190,6 +2190,7 @@ calc_sum () {
 }
 
 calc_osc_kbytes () {
+        df $MOUNT > /dev/null
         $LCTL get_param -n osc.*[oO][sS][cC][-_]*.$1 | calc_sum
 }