All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/6] Initialize blkin tracing in ceph_mon
@ 2014-11-12 23:20 Andrew Shewmaker
  0 siblings, 0 replies; only message in thread
From: Andrew Shewmaker @ 2014-11-12 23:20 UTC (permalink / raw)
  To: ceph-devel

Signed-off-by: Andrew Shewmaker <agshew@gmail.com>
---
 src/ceph_mon.cc | 2 ++
 1 file changed, 2 insertions(+)

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);
-- 
2.1.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-12 23:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12 23:20 [PATCH 2/6] Initialize blkin tracing in ceph_mon Andrew Shewmaker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.