Reported-by: Christopher Kunz <chris@filoo.de>
Signed-off-by: Sage Weil <sage@redhat.com>
wc -l /tmp/a # num total mappings
diff -u /tmp/a /tmp/b | grep -c ^+ # num changed mappings
- Divide the total number of lines in /tmp/a with the number of lines
- changed. We've found that most clusters are under 10%.
+ Divide the number of changed lines by the total number of lines in
+ /tmp/a. We've found that most clusters are under 10%.
You can force all of this rebalancing to happen at once with::