From: Elena Gryaznova Date: Wed, 26 May 2010 20:52:06 +0000 (+0400) Subject: b=22668 test_67b fix for ostcount > 10 X-Git-Tag: v1_10_0_43~6 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=9e0e76f4fc3c648438ff5591f9229d817bac8174 b=22668 test_67b fix for ostcount > 10 i=Johann --- diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 0b2900c..be6427b 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -1754,7 +1754,7 @@ test_67b() #bug 3055 CONN1=$(lctl get_param -n osc.*.stats | awk '/_connect/ {total+=$2} END {print total}') # exhaust precreations on ost1 - local OST=$(lfs osts | grep 0": " | awk '{print $2}' | sed -e 's/_UUID$//') + local OST=$(lfs osts | grep ^0": " | awk '{print $2}' | sed -e 's/_UUID$//') local mdtosc=$(get_mdtosc_proc_path $OST) local last_id=$(do_facet mds lctl get_param -n osc.$mdtosc.prealloc_last_id) local next_id=$(do_facet mds lctl get_param -n osc.$mdtosc.prealloc_next_id)