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

Method get_ceph_option

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

Source from the content-addressed store, hash-verified

2106
2107 @API.expose
2108 def get_ceph_option(self, key: str) -> OptionValue:
2109 return self._ceph_get_option(key)
2110
2111 @API.expose
2112 def get_foreign_ceph_option(self, entity: str, key: str) -> OptionValue:

Callers 15

__init__Method · 0.95
have_enough_osdsMethod · 0.95
dbMethod · 0.95
_config_notifyMethod · 0.95
tool_execMethod · 0.95
send_rgwadmin_commandMethod · 0.95
__init__Method · 0.45
default_pool_nameMethod · 0.45
runMethod · 0.45
config_notifyMethod · 0.45
__init__Method · 0.45
config_notifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected