]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-objectstore-tool: Remove unused map section from log dump
authorDavid Zafman <dzafman@redhat.com>
Wed, 6 Dec 2017 05:04:16 +0000 (21:04 -0800)
committerNathan Cutler <ncutler@suse.com>
Wed, 31 Jan 2018 22:38:34 +0000 (23:38 +0100)
Caused by: 44cb6d30640954c66fc03d4ce58b583ffd614951

Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit b20eeada312c95713cf2ea032fd7437d2b282558)

src/tools/ceph_objectstore_tool.cc

index 814e22875b0bdc9cc76aab18d00e0b6450d9f968..be5e482a865b3526c80e9265cf3d1e4ee0471055 100644 (file)
@@ -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);
 }