summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Zafman <dzafman@redhat.com>2017-12-06 06:04:16 +0100
committerDavid Zafman <dzafman@redhat.com>2017-12-06 06:08:25 +0100
commitb20eeada312c95713cf2ea032fd7437d2b282558 (patch)
treeccdca01b42ef719ecac81e5f451ea1b21a2cedb4
parentceph-objectstore-tool: Fix output of section type number (diff)
downloadceph-b20eeada312c95713cf2ea032fd7437d2b282558.tar.xz
ceph-b20eeada312c95713cf2ea032fd7437d2b282558.zip
ceph-objectstore-tool: Remove unused map section from log dump
Caused by: 44cb6d30640954c66fc03d4ce58b583ffd614951 Signed-off-by: David Zafman <dzafman@redhat.com>
-rw-r--r--src/tools/ceph_objectstore_tool.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tools/ceph_objectstore_tool.cc b/src/tools/ceph_objectstore_tool.cc
index a11a3727124..0a224f03b4a 100644
--- a/src/tools/ceph_objectstore_tool.cc
+++ b/src/tools/ceph_objectstore_tool.cc
@@ -347,9 +347,6 @@ void dump_log(Formatter *formatter, ostream &out, pg_log_t &log,
formatter->open_object_section("pg_missing_t");
missing.dump(formatter);
formatter->close_section();
- formatter->flush(out);
- formatter->open_object_section("map");
- formatter->close_section();
formatter->close_section();
formatter->flush(out);
}