diff mbox

[2/6] Initialize blkin tracing in ceph_mon

Message ID 20141112232013.GC6892@localhost (mailing list archive)
State New, archived
Headers show

Commit Message

Andrew Shewmaker Nov. 12, 2014, 11:20 p.m. UTC
Signed-off-by: Andrew Shewmaker <agshew@gmail.com>
---
 src/ceph_mon.cc | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/src/ceph_mon.cc b/src/ceph_mon.cc
index 4e84b4d..8b1784a 100644
--- a/src/ceph_mon.cc
+++ b/src/ceph_mon.cc
@@ -418,6 +418,8 @@  int main(int argc, const char **argv)
     global_init_chdir(g_ceph_context);
   }
 
+  ZTracer::ztrace_init();
+
   MonitorDBStore *store = new MonitorDBStore(g_conf->mon_data);
 
   Monitor::StoreConverter converter(g_conf->mon_data, store);