MCPcopy Create free account
hub / github.com/ceph/ceph / print_map

Method print_map

src/mon/MDSMonitor.cc:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113template <int dblV>
114void MDSMonitor::print_map(const FSMap& m)
115{
116 dout(dblV) << "print_map\n";
117 m.print(*_dout);
118 *_dout << dendl;
119}
120
121// service methods
122void MDSMonitor::create_initial()

Callers

nothing calls this directly

Calls 1

printMethod · 0.45

Tested by

no test coverage detected