]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/OSD: clear ping_history on heartbeat_reset 24006/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Mon, 10 Sep 2018 02:15:23 +0000 (10:15 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Mon, 10 Sep 2018 10:50:50 +0000 (18:50 +0800)
commit4c0804ad023ae258d2943e5563f66421d9490830
treec1a78f0fe0c5e7665fa215c1caa27a2e9727bd70
parent79f480442f5219b5cad3b7979446fa79cff4986b
osd/OSD: clear ping_history on heartbeat_reset

Because the old connections are gone, and hence we should not
leave behind a long list of obsolete ping_history there, which
is misleading...

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/osd/OSD.cc