]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: subscribe to new osdmap while waiting_for_healthy 17498/head
authorSage Weil <sage@redhat.com>
Thu, 24 Aug 2017 21:56:13 +0000 (17:56 -0400)
committerNathan Cutler <ncutler@suse.com>
Tue, 5 Sep 2017 15:18:34 +0000 (17:18 +0200)
commit4c0073d20b72a30e67c97b1527d091d43c67a358
treed8157d89635a8abe273d160df5be0eeecba35015
parent823585311c41729309809690a7df5cb83c4ece12
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