Whamcloud - gitweb
Increase RPC timeouts
authorpschwan <pschwan>
Sat, 15 Jun 2002 03:57:31 +0000 (03:57 +0000)
committerpschwan <pschwan>
Sat, 15 Jun 2002 03:57:31 +0000 (03:57 +0000)
lustre/ptlrpc/client.c
lustre/tests/intent-test.sh

index 4e2a138..0f575c4 100644 (file)
@@ -469,7 +469,7 @@ int ptlrpc_queue_wait(struct ptlrpc_request *req)
         }
  resend:
         req->rq_time = CURRENT_TIME;
-        req->rq_timeout = 3;
+        req->rq_timeout = 15;
         rc = ptl_send_rpc(req);
         if (rc) {
                 CERROR("error %d, opcode %d\n", rc, req->rq_reqmsg->opc);
@@ -541,7 +541,7 @@ int ptlrpc_replay_req(struct ptlrpc_request *req)
                req->rq_connection->c_level);
 
         req->rq_time = CURRENT_TIME;
-        req->rq_timeout = 3;
+        req->rq_timeout = 15;
         rc = ptl_send_rpc(req);
         if (rc) {
                 CERROR("error %d, opcode %d\n", rc, req->rq_reqmsg->opc);
index c9fb323..0cce899 100755 (executable)
@@ -76,6 +76,7 @@ echo "ready debugger"
 read
 
 echo foo >> /mnt/lustre/bar
+cat /mnt/lustre/bar
 
 umount /mnt/lustre
 mount -t lustre_lite -o ost=5,mds=6 none /mnt/lustre