*** empty log message ***

git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@428 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
sage 2005-07-08 19:02:40 +00:00
parent e03fd6f8e5
commit a564c96c98

View File

@ -187,7 +187,7 @@ void MDBalancer::do_rebalance(int beat)
// determine load transfer mapping
multimap<int,double> my_targets;
if (beat % 2 == 1) {
if (true || beat % 2 == 1) {
// old way
// match up big exporters with big importers