From: huanghua Date: Tue, 26 Sep 2006 15:24:56 +0000 (+0000) Subject: correct osc name X-Git-Tag: v1_8_0_110~486^2~817 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=6077289478c4ecd8b0e6a3aac4aca6047359a106;p=fs%2Flustre-release.git correct osc name --- diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index e136c31..30270ee 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -238,7 +238,7 @@ test_18a() { do_facet client cp /etc/termcap $f sync - local osc2dev=`grep ${ost2_svc}-osc- $LPROC/devices | awk '{print $1}'` + local osc2dev=`grep ${ost2_svc}-osc-MDT0000 $LPROC/devices | awk '{print $1}'` $LCTL --device $osc2dev deactivate || return 3 # my understanding is that there should be nothing in the page # cache after the client reconnects?