From: Andrew Shewmaker <agshew@gmail.com>
To: ceph-devel@vger.kernel.org
Subject: [PATCH 2/6] Initialize blkin tracing in ceph_mon
Date: Wed, 12 Nov 2014 16:20:13 -0700 [thread overview]
Message-ID: <20141112232013.GC6892@localhost> (raw)
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
reply other threads:[~2014-11-12 23:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141112232013.GC6892@localhost \
--to=agshew@gmail.com \
--cc=ceph-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox