permissions unless explicitly granted by topic policy.
* RBD: The option ``--image-id`` has been added to `rbd children` CLI command,
so it can be run for images in the trash.
+* PG dump: The default output of `ceph pg dump --format json` has changed. The
+ default json format produces a rather massive output in large clusters and
+ isn't scalable. So we have removed the 'network_ping_times' section from
+ the output. Details in the tracker: https://tracker.ceph.com/issues/57460
>=18.0.0
int64_t get_rule_avail(const OSDMap& osdmap, int ruleno) const;
void get_rules_avail(const OSDMap& osdmap,
std::map<int,int64_t> *avail_map) const;
- void dump(ceph::Formatter *f, bool with_net = true) const;
+ void dump(ceph::Formatter *f, bool with_net = false) const;
void dump_basic(ceph::Formatter *f) const;
void dump_pg_stats(ceph::Formatter *f, bool brief) const;
void dump_pg_progress(ceph::Formatter *f) 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_osd_ping_times(ceph::Formatter *f) const;
void dump_delta(ceph::Formatter *f) const;
void dump_filtered_pg_stats(ceph::Formatter *f, std::set<pg_t>& pgs) const;