mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
mgr: log reason for respawn
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
parent
3314844fb3
commit
b835b07bc3
@ -386,6 +386,7 @@ void MgrStandby::handle_mgr_map(ref_t<MMgrMap> mmap)
|
||||
// this MgrMap is changing its set of enabled modules
|
||||
bool need_respawn = py_module_registry.handle_mgr_map(map);
|
||||
if (need_respawn) {
|
||||
dout(1) << "respawning because set of enabled modules changed!" << dendl;
|
||||
respawn();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user