]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: subscribe to new osdmap while waiting_for_healthy 20289/head
authorSage Weil <sage@redhat.com>
Thu, 24 Aug 2017 21:56:13 +0000 (17:56 -0400)
committerNathan Cutler <ncutler@suse.com>
Sat, 3 Feb 2018 21:38:51 +0000 (22:38 +0100)
commit353e861d3be9a3ab2e8873d60e8348f7a42de915
treefa812d7f4fc1ef3b65f8769ecddeb59b1624ce65
parent2c5186c77b1fac49a1cfa6bdc706596820b176c3
osd: subscribe to new osdmap while waiting_for_healthy

If we are sitting around waiting until we are able to ping our "up" peers,
we need to be sure that our notion of "up" is still correct and we're not
just stuck on an old, stale OSDMap.

Fixes: http://tracker.ceph.com/issues/21121
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit fbafa659dae94faba435ca449ee5e77b51108b4b)
src/osd/OSD.cc