From 9ee584201ad1913588bcdefa51dac38e49d1d2ea Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 26 Aug 2010 11:29:09 -0700 Subject: [PATCH] osd: use cluster msgr to share map with old hb peers --- src/osd/OSD.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } } } -- 2.47.3