]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: subscribe to the newest osdmap when reconnecting to a monitor 2499/head
authorGreg Farnum <greg@inktank.com>
Tue, 16 Sep 2014 00:07:41 +0000 (17:07 -0700)
committerGreg Farnum <greg@inktank.com>
Tue, 16 Sep 2014 00:07:41 +0000 (17:07 -0700)
commit1b9226c72354b2d711753babf025bebd4495e518
tree12c47f38487ab8c49481abbc44e2035e4abb137d
parent8c23ef09491dbb9814f028765356e570dfcc6ee8
osd: subscribe to the newest osdmap when reconnecting to a monitor

This is mostly relevant in testing clusters, but it ensures that an OSD
disconnecting from the monitor at the wrong time will still see any recent
map updates and prevent accidental loss of map injection into the OSD cluster.
Fixes: #9219
Signed-off-by: Greg Farnum <greg@inktank.com>
src/osd/OSD.cc