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:
Yehuda Sadeh 2017-03-07 13:31:47 -08:00 committed by GitHub
commit e9228f3460

View File

@ -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);
}