Whamcloud - gitweb
correct osc name
authorhuanghua <huanghua>
Tue, 26 Sep 2006 15:24:56 +0000 (15:24 +0000)
committerhuanghua <huanghua>
Tue, 26 Sep 2006 15:24:56 +0000 (15:24 +0000)
lustre/tests/recovery-small.sh

index e136c31..30270ee 100755 (executable)
@@ -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?