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

lustre/tests/test-framework.sh

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