From: huanghua Date: Wed, 27 Sep 2006 03:49:36 +0000 (+0000) Subject: more precise name for osc on MDT0000 X-Git-Tag: v1_8_0_110~486^2~808 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=18cf884062676224725e43baed285dc1a896c1f3;p=fs%2Flustre-release.git more precise name for osc on MDT0000 --- 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