From 34aae4df00a4daf58521d04601ba6d920ee06177 Mon Sep 17 00:00:00 2001 From: grev Date: Mon, 16 Mar 2009 17:25:55 +0000 Subject: [PATCH] b=18589 i=Adilger do df before /proc access --- lustre/tests/test-framework.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 6e69922..a8939fe 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -1882,6 +1882,7 @@ calc_sum () { } calc_osc_kbytes () { + df $MOUNT > /dev/null $LCTL get_param -n osc.*[oO][sS][cC][-_]*.$1 | calc_sum } -- 1.8.3.1