mirror of
https://github.com/ceph/ceph
synced 2025-01-19 01:21:49 +00:00
osd/OSDMap: fix Incremental::dump
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
a1611c89df
commit
23b6df4ef0
@ -917,6 +917,7 @@ void OSDMap::Incremental::dump(Formatter *f) const
|
||||
for (auto &state : st)
|
||||
f->dump_string("state", state);
|
||||
f->close_section();
|
||||
f->close_section();
|
||||
}
|
||||
f->close_section();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user