* 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
This commit is contained in:
sageweil 2007-06-06 22:48:23 +00:00
parent 26c8a9e688
commit eae75f100e

View File

@ -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())