File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -588,16 +588,16 @@ bool Mgr::ms_dispatch2(const ref_t<Message>& m)
588588 handle_mgr_digest (ref_cast<MMgrDigest>(m));
589589 break ;
590590 case CEPH_MSG_MON_MAP:
591+ /* MonClient passthrough of MonMap to us */
592+ handle_mon_map (); /* use monc's monmap */
591593 py_module_registry->notify_all (" mon_map" , " " );
592- handle_mon_map ();
593594 break ;
594595 case CEPH_MSG_FS_MAP:
595- py_module_registry->notify_all (" fs_map" , " " );
596596 handle_fs_map (ref_cast<MFSMap>(m));
597+ py_module_registry->notify_all (" fs_map" , " " );
597598 return false ; // I shall let this pass through for Client
598599 case CEPH_MSG_OSD_MAP:
599600 handle_osd_map ();
600-
601601 py_module_registry->notify_all (" osd_map" , " " );
602602
603603 // Continuous subscribe, so that we can generate notifications
You can’t perform that action at this time.
0 commit comments