From 18cf884062676224725e43baed285dc1a896c1f3 Mon Sep 17 00:00:00 2001 From: huanghua Date: Wed, 27 Sep 2006 03:49:36 +0000 Subject: [PATCH] more precise name for osc on MDT0000 --- 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 ad328c5..ed2bfe4 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -862,7 +862,7 @@ test_41() { do_facet client dd if=/dev/zero of=$f bs=4k count=1 || return 3 cancel_lru_locks osc # fail ost2 and read from ost1 - local osc2dev=`grep ${ost2_svc}-osc-MDT $LPROC/devices | awk '{print $1}'` + local osc2dev=`grep ${ost2_svc}-osc-MDT0000 $LPROC/devices | awk '{print $1}'` [ "$osc2dev" ] || return 4 $LCTL --device $osc2dev deactivate || return 1 do_facet client dd if=$f of=/dev/null bs=4k count=1 || return 3 -- 1.8.3.1