Retrieve the name of the manager daemon where this plugin is currently being executed (i.e. the active manager). :return: str
(self)
| 2078 | raise NotImplementedError() |
| 2079 | |
| 2080 | def get_mgr_id(self) -> str: |
| 2081 | """ |
| 2082 | Retrieve the name of the manager daemon where this plugin |
| 2083 | is currently being executed (i.e. the active manager). |
| 2084 | |
| 2085 | :return: str |
| 2086 | """ |
| 2087 | return self._ceph_get_mgr_id() |
| 2088 | |
| 2089 | @API.expose |
| 2090 | def get_ceph_conf_path(self) -> str: |
no outgoing calls
no test coverage detected