mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Fix collection of RAID errors
This commit is contained in:
@@ -55,6 +55,7 @@ while(<MDSTAT>) {
|
||||
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\.]+)/) {
|
||||
|
||||
Reference in New Issue
Block a user