Also change the default saturation level from 75% to 85%.
rebalance_usage(1);
filesystem = av[0];
if (ac == 1) {
- perc = 75;
+ perc = 85;
} else {
perc = strtol(av[1], NULL, 0);
if (perc < 50 || perc > 100)
rebalance_usage(1);
}
+ rebal.saturation = HAMMER_BTREE_INT_ELMS * perc / 100;
+
printf("rebalance start %016jx:%04x\n",
(uintmax_t)rebal.key_beg.obj_id,
rebal.key_beg.localization);
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd November 13, 2010
+.Dd January 2, 2011
.Dt HAMMER 8
.Os
.Sh NAME
between nodes.
.Pp
The saturation percentage is between 50% and 100%.
-The default is 75% (the
+The default is 85% (the
.Sq %
suffix is not needed).
.Pp