Whamcloud - gitweb
b=23133 interop 18<->20: sanity 57a,57b,129: error: get_param: /proc/{fs,sys}/{lnet...
authorRahul Deshmukh <Rahul.Deshmukh@Sun.COM>
Tue, 22 Jun 2010 12:07:26 +0000 (17:37 +0530)
committerJohann Lombardi <johann@sun.com>
Tue, 22 Jun 2010 15:07:26 +0000 (17:07 +0200)
i=adilger

Fixed interop tests (sanity 57a,b 129) after renaming osd to osd-ldiskfs in master.

lustre/tests/test-framework.sh

index 04b7996..9d38c6a 100644 (file)
@@ -2976,7 +2976,7 @@ get_mds_fsstat_proc_path() {
     if [ $major -le 1 -a $minor -le 8 ] ; then
         echo "mds"
     else
-        echo "osd"
+        echo "osd*"
     fi
 }