diff --git a/raid/raid-lib.pl b/raid/raid-lib.pl index 08f48ca79..2f039102e 100755 --- a/raid/raid-lib.pl +++ b/raid/raid-lib.pl @@ -55,6 +55,7 @@ while() { elsif (/\s+(\d+)\s+blocks\s*(.*)/) { # Block count only after device line $mdstat{$lastdev}->[3] = $1; + $mdstat{$lastdev}->[5] = $2; } } elsif (/^\s*\[\S+\]\s*(resync|recovery)\s*=\s([0-9\.]+)/) {