Skip to content

Introduce a freespace balancing strategy

Abhishek Lekshmanan requested to merge freespace-balancer into master

This set of commits implement a new groupbalancer strategy that tries to balance groups towards equal value of freespace per group. In order to avoid jitters, we set a (configurable) range of +-2% on the calculated value as the value beyond which a group is selected for balancing.

Fixes: EOS-5803

Merge request reports