From 61793bd481eb312a7823017d7c8ce0de35210dfa Mon Sep 17 00:00:00 2001 From: grev Date: Wed, 22 Oct 2008 16:39:53 +0000 Subject: [PATCH] b=17443 i=Nikita fix calc_osc_kbytes --- lustre/tests/test-framework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index f0f1b23..9cec140 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -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) -- 1.8.3.1