Signed-off-by: Marios-Evaggelos Kogias <marioskogias@xxxxxxxxx> Signed-off-by: Filippos Giannakos <philipgian@xxxxxxxx> Signed-off-by: Andrew Shewmaker <agshew@xxxxxxxxx> --- src/ceph_mon.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ceph_mon.cc b/src/ceph_mon.cc index e0ca6e2..6c3f03f 100644 --- a/src/ceph_mon.cc +++ b/src/ceph_mon.cc @@ -509,6 +509,8 @@ int main(int argc, const char **argv) prefork.exit(1); } + BLKIN_ZTRACE_INIT(); + MonitorDBStore *store = new MonitorDBStore(g_conf->mon_data); err = store->open(std::cerr); if (err < 0) { -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html