mirror of
https://github.com/ceph/ceph
synced 2024-12-21 02:42:48 +00:00
osd/osd_types: pg_interval_t: dump primary
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
000233f732
commit
66170f394d
@ -2141,6 +2141,7 @@ void pg_interval_t::dump(Formatter *f) const
|
||||
f->open_array_section("acting");
|
||||
for (vector<int>::const_iterator p = acting.begin(); p != acting.end(); ++p)
|
||||
f->dump_int("osd", *p);
|
||||
f->dump_int("primary", primary);
|
||||
f->close_section();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user