From: Neha Date: Mon, 23 Dec 2019 18:12:59 +0000 (+0000) Subject: mon/PGMap.h: disable network stats in dump_osd_stats X-Git-Tag: v15.1.0~358^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ffb8a2a904426c8a3d6fc2fd70266418a98623c5;p=ceph.git mon/PGMap.h: disable network stats in dump_osd_stats Signed-off-by: Neha Ojha --- diff --git a/src/mon/PGMap.h b/src/mon/PGMap.h index b5daf2bb3e93..e37bad790c87 100644 --- a/src/mon/PGMap.h +++ b/src/mon/PGMap.h @@ -443,7 +443,7 @@ public: void dump_basic(ceph::Formatter *f) const; void dump_pg_stats(ceph::Formatter *f, bool brief) const; void dump_pool_stats(ceph::Formatter *f) const; - void dump_osd_stats(ceph::Formatter *f, bool with_net = true) const; + void dump_osd_stats(ceph::Formatter *f, bool with_net = false) const; void dump_delta(ceph::Formatter *f) const; void dump_filtered_pg_stats(ceph::Formatter *f, std::set& pgs) const; void dump_pool_stats_full(const OSDMap &osd_map, std::stringstream *ss,