From 6e74040cc06c78737360a61ff7282c74b83744dd Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 8 Aug 2005 22:57:45 +0000 Subject: [PATCH] b=4268 - additional debug info --- lustre/ost/ost_handler.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lustre/ost/ost_handler.c b/lustre/ost/ost_handler.c index e59b2e9..b1fe341 100644 --- a/lustre/ost/ost_handler.c +++ b/lustre/ost/ost_handler.c @@ -495,7 +495,9 @@ static int ost_brw_read(struct ptlrpc_request *req) !ptlrpc_bulk_active(desc), &lwi); LASSERT(rc == 0 || rc == -ETIMEDOUT); if (rc == -ETIMEDOUT) { - DEBUG_REQ(D_ERROR, req, "timeout on bulk PUT"); + DEBUG_REQ(D_ERROR, req, "timeout on bulk PUT" + ", expt_conn_cnt = %u", + req->rq_export->exp_conn_cnt); ptlrpc_abort_bulk(desc); } else if (!desc->bd_success || desc->bd_nob_transferred != desc->bd_nob) { -- 1.8.3.1