mirror of
https://github.com/ceph/ceph
synced 2025-04-01 00:26:47 +00:00
Merge pull request #13410 from yehudasa/wip-tracing-fix
tracing: don't include oid when tracing at dequeue_op() Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
e9228f3460
@ -8566,7 +8566,7 @@ void OSD::dequeue_op(
|
||||
|
||||
// finish
|
||||
dout(10) << "dequeue_op " << op << " finish" << dendl;
|
||||
OID_EVENT_TRACE_WITH_MSG(op->get_req(), "DEQUEUE_OP_END", true);
|
||||
OID_EVENT_TRACE_WITH_MSG(op->get_req(), "DEQUEUE_OP_END", false);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user