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

Method config_notify

src/pybind/mgr/mgr_module.py:1464–1470  ·  view source on GitHub ↗

Called by the ceph-mgr service to notify the Python plugin that the configuration may have changed. Modules will want to refresh any configuration values stored in config variables.

(self)

Source from the content-addressed store, hash-verified

1462 self.config_notify()
1463
1464 def config_notify(self) -> None:
1465 """
1466 Called by the ceph-mgr service to notify the Python plugin
1467 that the configuration may have changed. Modules will want to
1468 refresh any configuration values stored in config variables.
1469 """
1470 pass
1471
1472 def serve(self) -> None:
1473 """

Callers 1

_config_notifyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected