kdave / btrfsmaintenance

Scripts for btrfs maintenance tasks like periodic scrub, balance, trim or defrag on selected mountpoints or directories.
GNU General Public License v2.0
897 stars 79 forks source link

Removed forced -dusage=0 and -musage=0 on non-mixed bg #90

Open ivocavalcante opened 3 years ago

ivocavalcante commented 3 years ago

As discussed on IRC, removed forced balancing of data and metadata, on non-mixed blockgroups case. This avoids always balancing metadata when user desire not to, for instance; same thing applies for data.

Script now applies strictly what's set on config file.

cmurf commented 3 years ago

I remember discussing the removal of musage=0, but not dusage=0.

kdave commented 3 years ago

-dusage=0 is not necessary because kernel does that automatically