Whamcloud - gitweb
It is pretty important that Lustre knows when the DLM for a given service is
[fs/lustre-release.git] / lustre / tests / llrmount.sh
index 45e0b62..4dbd546 100755 (executable)
@@ -8,8 +8,8 @@ LOCALHOST=localhost
 SERVER=localhost
 PORT=1234
 
-setup
 setup_portals
+setup_lustre
 
 old_fs ext2 /tmp/ost 80000
 OST=$LOOPDEV
@@ -30,9 +30,15 @@ device 2
 attach ost
 setup 1
 device 3
+attach ptlrpc
+setup
+device 4
+attach ldlm
+setup
+device 5
 attach osc
 setup -1
 quit
 EOF
 
-mount -t lustre_lite -o device=3 none /mnt/lustre
+mount -t lustre_lite -o device=5 none /mnt/lustre