From daf0990c19c89267ea10c40b9c7a48bea49a3d1b Mon Sep 17 00:00:00 2001 From: Neha Date: Mon, 23 Dec 2019 18:12:59 +0000 Subject: [PATCH] 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 --- src/mon/PGMap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5