Whamcloud - gitweb
- fix test53 to do real read of MDS data.
authortappro <tappro>
Tue, 26 Sep 2006 11:43:42 +0000 (11:43 +0000)
committertappro <tappro>
Tue, 26 Sep 2006 11:43:42 +0000 (11:43 +0000)
lustre/tests/sanity.sh

index b4c2eae..efd57a3 100644 (file)
@@ -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`