From a6588c696791180340fa7494b8a77a5a3a826c8f Mon Sep 17 00:00:00 2001 From: tappro Date: Tue, 26 Sep 2006 11:43:42 +0000 Subject: [PATCH] - fix test53 to do real read of MDS data. --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 1.8.3.1