Whamcloud - gitweb
b=17443
authorgrev <grev>
Wed, 22 Oct 2008 16:39:53 +0000 (16:39 +0000)
committergrev <grev>
Wed, 22 Oct 2008 16:39:53 +0000 (16:39 +0000)
i=Nikita
fix calc_osc_kbytes

lustre/tests/test-framework.sh

index f0f1b23..9cec140 100644 (file)
@@ -1952,7 +1952,7 @@ calc_sum () {
 }
 
 calc_osc_kbytes () {
-        $LCTL get_param -n osc.*[oO][sS][cC][-_]*.$1 | calc_sum
+        $LCTL get_param -n osc.*[oO][sS][cC][-_][0-9a-f]*.$1 | calc_sum
 }
 
 # save_lustre_params(node, parameter_mask)