]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tracing: don't include oid when tracing at dequeue_op() 13410/head
authorYehuda Sadeh <yehuda@redhat.com>
Mon, 13 Feb 2017 23:49:36 +0000 (15:49 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 14 Feb 2017 00:28:28 +0000 (16:28 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/osd/OSD.cc

index c7c281dbf9fa97f261cd553ba7f19a9a9908b2f0..0aabc4e868b6dfada760bd8255a4b37bd50a625a 100644 (file)
@@ -9102,7 +9102,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);
 }