Whamcloud - gitweb
Change llext3.sh and llrmount.sh to use obdfilter, so that mount/remount
authoradilger <adilger>
Tue, 23 Apr 2002 21:44:42 +0000 (21:44 +0000)
committeradilger <adilger>
Tue, 23 Apr 2002 21:44:42 +0000 (21:44 +0000)
will work properly.  Fixes "fatal - invalid inode" bug Peter reported.

lustre/tests/llext3.sh
lustre/tests/llrmount.sh

index dbe72f6..f957187 100755 (executable)
@@ -26,8 +26,8 @@ device 0
 attach mds MDSDEV
 setup ${MDS} ${MDSFS}
 device 1
-attach obdext2 OBDDEV
-setup ${OST}
+attach obdfilter OBDDEV
+setup ${OST} ext2
 device 2
 attach ost OSTDEV
 setup 1
index 47d75db..0199d07 100755 (executable)
@@ -24,8 +24,8 @@ device 0
 attach mds MDSDEV
 setup ${MDS} ${MDSFS}
 device 1
-attach obdext2 OBDDEV
-setup ${OST}
+attach obdfilter OBDDEV
+setup ${OST} ext2
 device 2
 attach ost OSTDEV
 setup 1