From eae75f100e45dc80d206446b82a4cf380c88aee9 Mon Sep 17 00:00:00 2001 From: sageweil Date: Wed, 6 Jun 2007 22:48:23 +0000 Subject: [PATCH] * mon: send osdmap to waiting too when all osds finally boot git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1408 29311d96-e01e-0410-9327-a35deaab8ce9 --- trunk/ceph/mon/OSDMonitor.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/ceph/mon/OSDMonitor.cc b/trunk/ceph/mon/OSDMonitor.cc index 38b7616722d4e..25dc11f720de5 100644 --- a/trunk/ceph/mon/OSDMonitor.cc +++ b/trunk/ceph/mon/OSDMonitor.cc @@ -400,6 +400,7 @@ void OSDMonitor::handle_osd_boot(MOSDBoot *m) bcast_latest_osd(); bcast_latest_mds(); + send_waiting(); } else { dout(7) << "osd_boot waiting for " << (osdmap.osds.size() - osdmap.osd_inst.size()) -- 2.39.5