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

Method dump

src/osd/OSDMap.cc:74–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72// osd_info_t
73
74void osd_info_t::dump(Formatter *f) const
75{
76 f->dump_int("last_clean_begin", last_clean_begin);
77 f->dump_int("last_clean_end", last_clean_end);
78 f->dump_int("up_from", up_from);
79 f->dump_int("up_thru", up_thru);
80 f->dump_int("down_at", down_at);
81 f->dump_int("lost_at", lost_at);
82}
83
84void osd_info_t::encode(ceph::buffer::list& bl) const
85{

Callers 15

dump_osdMethod · 0.45
dump_poolMethod · 0.45
print_treeMethod · 0.45
print_osd_utilizationFunction · 0.45
dump_historyMethod · 0.45
do_commandMethod · 0.45
agent_maybe_evictMethod · 0.45
GenerateMethod · 0.45
handle_sub_writeMethod · 0.45
dump_recovery_infoMethod · 0.45
asok_commandMethod · 0.45
dump_recovery_infoMethod · 0.45

Calls 15

get_epochFunction · 0.85
stringifyFunction · 0.85
legacy_addrMethod · 0.80
item_existsMethod · 0.80
get_class_nameMethod · 0.80
to_stringFunction · 0.50
dump_intMethod · 0.45
dump_streamMethod · 0.45
dump_floatMethod · 0.45
dump_unsignedMethod · 0.45
lengthMethod · 0.45
open_object_sectionMethod · 0.45

Tested by

no test coverage detected