]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: use direct replay test when deciding whether to rebalance.
authorGreg Farnum <gregf@hq.newdream.net>
Wed, 12 Jan 2011 22:54:01 +0000 (14:54 -0800)
committerGreg Farnum <gregory.farnum@dreamhost.com>
Wed, 19 Jan 2011 19:20:09 +0000 (11:20 -0800)
commit79c5dc99132466370fddd7c3377f684b7c826161
tree4b25506497ffbd6a2c595e7eb64a7f8b058fe346
parent8e77b3563cbbae7aee8e1829b2121b408a2aaa13
mds: use direct replay test when deciding whether to rebalance.

The previous use of standby_for_rank testing was prone to errors
and I think would have ended up causing bugs if it was in the middle
of a standby_replay run when it got a new MDS map pushing
it into regular replay mode.

Signed-off-by: Greg Farnum <gregf@hq.newdream.net>
src/mds/MDS.cc