Whamcloud - gitweb
Add slab patches to chaos patch.
[fs/lustre-release.git] / lustre / tests / ostreq.sh
index 658e100..24867c4 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-SRCDIR="`dirname $0`"
+SRCDIR="`dirname $0`/"
 . $SRCDIR/common.sh
 
 SERVER=localhost
@@ -12,8 +12,8 @@ $PTLCTL <<EOF
 mynid localhost
 setup tcp
 connect $SERVER $PORT
+add_uuid $SERVER
 add_uuid self
-add_uuid ost
 quit
 EOF
 
@@ -24,13 +24,13 @@ OBD=${LOOPDEV}
 
 $OBDCTL <<EOF
 device 0
-attach obdext2
+attach obdext2 OBDEXT2DEV
 setup ${OBD}
 device 1
-attach ost
+attach ost OSTDEV
 setup 0
 device 2
-attach osc
+attach osc OSCDEV
 setup -1
 quit
 EOF