kdave / btrfs-progs

Development of userspace BTRFS tools
GNU General Public License v2.0
527 stars 239 forks source link

btrfs-progs: scrub status: with --si, show rate in metric units #832

Closed ivan closed 3 days ago

ivan commented 5 days ago

This makes btrfs scrub status --si show the Rate in metric units as well.

before:

Total to scrub:   877.65GB
Rate:             609.22MiB/s

after:

Total to scrub:   877.65GB
Rate:             638.81MB/s
kdave commented 3 days ago

Thanks, merged to devel.