1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

during DELAYED/PENDING resyncs mark reshape/recovery percent as unknown instead of 0

This commit is contained in:
Andreas Perhab 2021-01-26 09:20:49 +01:00 committed by Lars Kruse
parent 1fa5558afd
commit 82644213e3

View file

@ -120,7 +120,7 @@ while (@text) {
elsif ($action =~ /check|resync/) {
if ($proc < 0) {
# array is on DELAYED or PENDING, further info is unknown
$rpct = 0;
$rpct = "U";
$cpct = 0;
}
else {