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

Method default_pool_name

src/pybind/mgr/rbd_support/task.py:178–179  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

176
177 @property
178 def default_pool_name(self) -> str:
179 return self.module.get_ceph_option("rbd_default_pool")
180
181 def extract_pool_spec(self, pool_spec: str) -> PoolSpecT:
182 pool_spec = extract_pool_key(pool_spec)

Callers

nothing calls this directly

Calls 1

get_ceph_optionMethod · 0.45

Tested by

no test coverage detected