MCPcopy Create free account
hub / github.com/ceph/ceph / flush_all_pg_stats

Method flush_all_pg_stats

qa/tasks/ceph_manager.py:1844–1845  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1842 p.spawn(flush_one_osd, osd, wait_for_mon)
1843
1844 def flush_all_pg_stats(self):
1845 self.flush_pg_stats(range(len(self.get_osd_dump())))
1846
1847 def do_rados(self, cmd, pool=None, namespace=None, remote=None, **kwargs):
1848 """

Callers 2

healthyFunction · 0.80
taskFunction · 0.80

Calls 2

flush_pg_statsMethod · 0.95
get_osd_dumpMethod · 0.95

Tested by

no test coverage detected