mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
*** empty log message ***
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@428 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
parent
e03fd6f8e5
commit
a564c96c98
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user