From: Sage Weil Date: Thu, 26 Aug 2010 18:29:09 +0000 (-0700) Subject: osd: use cluster msgr to share map with old hb peers X-Git-Tag: v0.22~212 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9ee584201ad1913588bcdefa51dac38e49d1d2ea;p=ceph.git osd: use cluster msgr to share map with old hb peers --- diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index 43680820b388..5a00de1918b9 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -1257,7 +1257,7 @@ void OSD::update_heartbeat_peers() // share latest map with this peer (via the cluster link, NOT // the heartbeat link), so they know not to expect heartbeats // from us. otherwise they may mark us down! - _share_map_outgoing(osdmap->get_inst(p->first)); + _share_map_outgoing(osdmap->get_cluster_inst(p->first)); } } }