X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fptlrpc%2Fclient.c;fp=lustre%2Fptlrpc%2Fclient.c;h=04fe73473d7812362186292fcc5a4df9bb982e48;hp=af530160c19a69974e3e1ff57658e8dd9d291a27;hb=f7f31f8f969f410cca0b4b8b02f81391148e01f2;hpb=1a409a3e6a74685970ee779ebe32917bf51eaf3a diff --git a/lustre/ptlrpc/client.c b/lustre/ptlrpc/client.c index af53016..04fe734 100644 --- a/lustre/ptlrpc/client.c +++ b/lustre/ptlrpc/client.c @@ -2157,7 +2157,10 @@ int ptlrpc_check_set(const struct lu_env *env, struct ptlrpc_request_set *set) * was good after getting the REPLY for her GET or * the ACK for her PUT. */ - DEBUG_REQ(D_ERROR, req, "bulk transfer failed"); + DEBUG_REQ(D_ERROR, req, "bulk transfer failed %d/%d/%d", + req->rq_status, + req->rq_bulk->bd_nob, + req->rq_bulk->bd_nob_transferred); req->rq_status = -EIO; }