This broken when MgrStandby was separated out,
because it now eats the original OSDMap message
without calling maybe_request_map.
Signed-off-by: John Spray <john.spray@redhat.com>
cluster_state.notify_osdmap(osd_map);
});
+ // Subscribe to OSDMap update to pass on to ClusterState
+ objecter->maybe_request_map();
+
monc->sub_want("mgrdigest", 0, 0);
// Prepare to receive FSMap and request it
m->put();
break;
case CEPH_MSG_OSD_MAP:
-
handle_osd_map();
py_modules.notify_all("osd_map", "");