From: Sage Weil Date: Tue, 15 Sep 2015 20:16:22 +0000 (-0400) Subject: osd: no stats outstanding when we reset the session X-Git-Tag: v10.0.1~26^2~60 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=75e28c425422bb2bcb98272eff1a23766ebbf881;p=ceph.git osd: no stats outstanding when we reset the session Signed-off-by: Sage Weil --- diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index e2de5e967cf..cbf6bbfc212 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -3998,6 +3998,7 @@ void OSD::tick() stats_ack_timeout = MAX(g_conf->osd_mon_ack_timeout, stats_ack_timeout * g_conf->osd_stats_ack_timeout_factor); + outstanding_pg_stats = false; } if (now - last_pg_stats_sent > cct->_conf->osd_mon_report_interval_max) { osd_stat_updated = true;