From: grev Date: Wed, 15 Oct 2008 16:06:39 +0000 (+0000) Subject: b=14471 X-Git-Tag: v1_7_120~1^73 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=cde025ac6adfbdf6b382b96466ab837e5892edb8;p=fs%2Flustre-release.git b=14471 i=Adilger replace lustre proc by lctl [set|get]_param --- diff --git a/lustre/tests/replay-ost-single.sh b/lustre/tests/replay-ost-single.sh index cdcd690..087aef8 100755 --- a/lustre/tests/replay-ost-single.sh +++ b/lustre/tests/replay-ost-single.sh @@ -118,7 +118,7 @@ test_5() { run_test 5 "Fail OST during iozone" kbytesfree() { - awk '{total+=$1} END {print total}' /proc/fs/lustre/osc/*-osc-*/kbytesfree + calc_osc_kbytes kbytesfree } test_6() {