From: yury Date: Tue, 24 Oct 2006 13:00:30 +0000 (+0000) Subject: - fixed test 26 in recovery-small X-Git-Tag: v1_8_0_110~486^2~362 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=ade0a4ed6c8e7e840ae7a783a0ca10e35e100f1c;p=fs%2Flustre-release.git - fixed test 26 in recovery-small --- diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 2ea5518..5e7e94a 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -601,7 +601,7 @@ run_test 26 "evict dead exports" test_26b() { # bug 10140 - evict dead exports by pinger zconf_mount `hostname` $MOUNT2 - MDS_FILE=$LPROC/mdt/${mds_svc}/num_exports + MDS_FILE=$LPROC/mdt/${mds1_svc}/num_exports MDS_NEXP1="`do_facet mds cat $MDS_FILE | cut -d' ' -f2`" OST_FILE=$LPROC/obdfilter/${ost1_svc}/num_exports OST_NEXP1="`do_facet ost1 cat $OST_FILE | cut -d' ' -f2`"