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

Method get_ceph_option

src/pybind/mgr/mgr_module.py:963–964  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

961 return r
962
963 def get_ceph_option(self, key: str) -> OptionValue:
964 return self._ceph_get_option(key)
965
966 def get_store(self, key: str) -> Optional[str]:
967 """

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected