As this is the identifier from a user to a request it needs to be logged so the admin can identify the request.
Fixes: https://tracker.ceph.com/issues/66180
Signed-off-by: Seena Fallah <seenafallah@gmail.com>
*latency = lat;
}
dout(1) << "====== req done req=" << hex << req << dec
- << " op status=" << op_ret
- << " http_status=" << s->err.http_ret
- << " latency=" << lat
- << " ======"
- << dendl;
+ << " op status=" << op_ret
+ << " http_status=" << s->err.http_ret
+ << " latency=" << lat
+ << " request_id=" << s->trans_id
+ << " ======"
+ << dendl;
return (ret < 0 ? ret : s->err.ret);
} /* process_request */