]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: Introduce osd_mon_report_interval_max
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Tue, 4 Jan 2011 00:04:38 +0000 (16:04 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Thu, 6 Jan 2011 23:44:23 +0000 (15:44 -0800)
commitfc032afdb64960ea45f7b6a1269ab1b6a454faac
tree084306911b587a89dc524c34303decd90d6db8e0
parent5947769e8f660777b3b1aa9b593f9c77ec8ab9c8
osd: Introduce osd_mon_report_interval_max

After every g_conf.osd_mon_report_interval_max seconds, we send out a PG
stat update even if nothing has changed. This is to let the monitors
know that we're alive.

Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
src/config.cc
src/config.h
src/osd/OSD.cc
src/osd/OSD.h