From: grev Date: Mon, 16 Mar 2009 17:25:55 +0000 (+0000) Subject: b=18589 X-Git-Tag: v1_6_7_1~26 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=34aae4df00a4daf58521d04601ba6d920ee06177;p=fs%2Flustre-release.git b=18589 i=Adilger do df before /proc access --- 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 }