]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: only forget peer epochs if they are down AND no longer heartbeat peers
authorSage Weil <sage.weil@dreamhost.com>
Fri, 20 May 2011 20:25:22 +0000 (13:25 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Fri, 20 May 2011 22:15:12 +0000 (15:15 -0700)
commitbac1021e06b62b3f1768b33748468055777b69fd
treeee706fa018f3697a6577244052786c2df0903c2b
parentbc960ac1ea3164a719b76a25603210e2b00154ca
osd: only forget peer epochs if they are down AND no longer heartbeat peers

If we forget the peer epoch when we see them go down, we won't share the
map later in update_heartbeat_peers() to tell them they're down.

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/osd/OSD.cc