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

Method pool_exists

qa/tasks/ceph_manager.py:2985–2988  ·  view source on GitHub ↗
(self, pool)

Source from the content-addressed store, hash-verified

2983 self.log("all up!")
2984
2985 def pool_exists(self, pool):
2986 if pool in self.list_pools():
2987 return True
2988 return False
2989
2990 def wait_for_pool(self, pool, timeout=300):
2991 """

Callers 1

wait_for_poolMethod · 0.95

Calls 1

list_poolsMethod · 0.95

Tested by

no test coverage detected