]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: Always forward the PGStats to the leader
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Tue, 4 Jan 2011 19:31:52 +0000 (11:31 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Thu, 6 Jan 2011 23:44:23 +0000 (15:44 -0800)
commit396dce9e2e91366d5e3f32cd36802350f75f0029
tree5acece5bee27b255e9d7ed0ceb5759a4a4d911c5
parentfc032afdb64960ea45f7b6a1269ab1b6a454faac
mon: Always forward the PGStats to the leader

Always forward the PGStats to the leader, even if they are the same as
the old PGStats. The leader will mark as down osds that haven't sent
PGStats for a few minutes.

Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
src/mon/PGMonitor.cc