From: David Zafman Date: Wed, 6 Dec 2017 05:04:16 +0000 (-0800) Subject: ceph-objectstore-tool: Remove unused map section from log dump X-Git-Tag: v12.2.3~36^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a5282f55df1fcc55ad7ec140bde87001f2145d58;p=ceph.git ceph-objectstore-tool: Remove unused map section from log dump Caused by: 44cb6d30640954c66fc03d4ce58b583ffd614951 Signed-off-by: David Zafman (cherry picked from commit b20eeada312c95713cf2ea032fd7437d2b282558) --- diff --git a/src/tools/ceph_objectstore_tool.cc b/src/tools/ceph_objectstore_tool.cc index 814e22875b0..be5e482a865 100644 --- a/src/tools/ceph_objectstore_tool.cc +++ b/src/tools/ceph_objectstore_tool.cc @@ -352,9 +352,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); }