Whamcloud - gitweb
- minor further changes to the test script:
[fs/lustre-release.git] / lustre / tests / llrext3.sh
index 79fe4c2..c901e01 100755 (executable)
@@ -21,17 +21,20 @@ 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 RPCDEV
+setup
 quit
 EOF