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: v14.2.6~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=daf0990c19c89267ea10c40b9c7a48bea49a3d1b;p=ceph.git mon/PGMap.h: disable network stats in dump_osd_stats Signed-off-by: Neha Ojha (cherry picked from commit ffb8a2a904426c8a3d6fc2fd70266418a98623c5) Conflicts: src/mon/PGMap.h - trivial resolution --- diff --git a/src/mon/PGMap.h b/src/mon/PGMap.h index cd6320c40b9f7..ee394a0fcadcf 100644 --- a/src/mon/PGMap.h +++ b/src/mon/PGMap.h @@ -438,7 +438,7 @@ public: void dump_basic(Formatter *f) const; void dump_pg_stats(Formatter *f, bool brief) const; void dump_pool_stats(Formatter *f) const; - void dump_osd_stats(Formatter *f, bool with_net = true) const; + void dump_osd_stats(Formatter *f, bool with_net = false) const; void dump_delta(Formatter *f) const; void dump_filtered_pg_stats(Formatter *f, set& pgs) const; void dump_pool_stats_full(const OSDMap &osd_map, stringstream *ss,