Whamcloud - gitweb
- minor further changes to the test script:
[fs/lustre-release.git] / lustre / tests / llext3.sh
index fad08b6..5d2444b 100755 (executable)
@@ -21,19 +21,19 @@ echo 0xffffffff > /proc/sys/portals/debug
 
 $OBDCTL <<EOF
 device 0
-attach mds
+attach mds MDSDEV
 setup ${MDS} ${MDSFS}
 device 1
-attach obdext2
+attach obdext2 OBDEXT2DEV
 setup ${OST}
 device 2
-attach ost
+attach ost OSTDEV
 setup 1
 device 3
-attach osc
+attach osc OSCDEV
 setup -1
 device 4
-attach ptlrpc
+attach ptlrpc RPCDEV
 setup
 quit
 EOF