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)
| 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 | """ |