From 9e0e76f4fc3c648438ff5591f9229d817bac8174 Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Thu, 27 May 2010 00:52:06 +0400 Subject: [PATCH] b=22668 test_67b fix for ostcount > 10 i=Johann --- lustre/tests/replay-single.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.8.3.1