From: tappro Date: Tue, 26 Sep 2006 11:43:42 +0000 (+0000) Subject: - fix test53 to do real read of MDS data. X-Git-Tag: v1_8_0_110~486^2~818 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=a6588c696791180340fa7494b8a77a5a3a826c8f;p=fs%2Flustre-release.git - fix test53 to do real read of MDS data. --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index b4c2eae..efd57a3 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2166,7 +2166,7 @@ test_52b() { run_test 52b "immutable flag test (should return errors) =======" test_53() { - for i in `ls -d $LPROC/osc/*-osc 2> /dev/null` ; do + for i in `ls -d $LPROC/osc/*-osc-MDT0000 2> /dev/null` ; do ostname=`basename $i | cut -d - -f 1-2` ost_last=`cat $LPROC/obdfilter/$ostname/last_id` mds_last=`cat $i/prealloc_last_id`