It seems like if we use the default partitioning and the default /etc/sysconfig/btrfsmaintenance
then btrfs-balance.sh is equivalent to
btrfs balance start -dusage=0 /
btrfs balance start -v -dusage=5 /
btrfs balance start -v -dusage=10 /
btrfs balance start -v -musage=3 /
https://github.com/kdave/btrfsmaintenance/blob/master/btrfs-balance.sh
https://github.com/kdave/btrfsmaintenance/blob/master/sysconfig.btrfsmaintenance
https://build.opensuse.org/package/view_file/openSUSE:Factory/btrfsmaintenance/0002-sysconfig-reduce-default-balance-usage-thresholds-fa.patch?expand=1
https://forums.opensuse.org/showthread.php/537335-btrfsmaintenance-detect_mixed_bg-What-is-a-mixed-block-group
Am I reading that correctly?