mirror of
https://github.com/ceph/ceph
synced 2025-03-18 08:24:58 +00:00
* 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:
parent
26c8a9e688
commit
eae75f100e
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user