From 82644213e3dce6216fd5f1402bc710cf1a64c737 Mon Sep 17 00:00:00 2001 From: Andreas Perhab Date: Tue, 26 Jan 2021 09:20:49 +0100 Subject: [PATCH] during DELAYED/PENDING resyncs mark reshape/recovery percent as unknown instead of 0 --- plugins/disk/raid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/disk/raid b/plugins/disk/raid index c02a1689..7218b67d 100755 --- a/plugins/disk/raid +++ b/plugins/disk/raid @@ -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 {