summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mon/Monitor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mon/Monitor.cc b/src/mon/Monitor.cc
index f537c915945..957f0c7f5ca 100644
--- a/src/mon/Monitor.cc
+++ b/src/mon/Monitor.cc
@@ -1832,6 +1832,7 @@ void Monitor::get_status(stringstream &ss, Formatter *f)
f->open_object_section("mdsmap");
mdsmon()->mdsmap.print_summary(f, NULL);
f->close_section();
+ f->close_section();
} else {
ss << " cluster " << monmap->get_fsid() << "\n";
ss << " health " << health << "\n";