From fa4bb75a948eb11fdf46736fe5f71bde230c001f Mon Sep 17 00:00:00 2001 From: pschwan Date: Sat, 15 Jun 2002 03:57:31 +0000 Subject: [PATCH] Increase RPC timeouts --- lustre/ptlrpc/client.c | 4 ++-- lustre/tests/intent-test.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lustre/ptlrpc/client.c b/lustre/ptlrpc/client.c index 4e2a138..0f575c4 100644 --- a/lustre/ptlrpc/client.c +++ b/lustre/ptlrpc/client.c @@ -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); diff --git a/lustre/tests/intent-test.sh b/lustre/tests/intent-test.sh index c9fb3232..0cce899 100755 --- a/lustre/tests/intent-test.sh +++ b/lustre/tests/intent-test.sh @@ -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 -- 1.8.3.1