Revert "Properly show when parity operation is complete."

This reverts commit 1ae58dc360.
This commit is contained in:
dlandon
2024-06-30 08:34:56 -05:00
parent 1ae58dc360
commit 44dfe5a7b1
+1 -5
View File
@@ -19,11 +19,7 @@ Nchan="device_list,disk_load,parity_list"
$keyfile = file_exists(_var($var,'luksKeyfile'));
$missing = file_exists('/var/tmp/missing.tmp');
$encrypt = false;
/* File for the latest parity check. */
$resync = '/var/tmp/resync.ini';
$spot = _var($var,'mdResyncPos',0)>0 && file_exists($resync);
$spot = _var($var,'mdResyncPos',0)>0;
$poolsOnly = (_var($var,'SYS_ARRAY_SLOTS') == 0 ) ? true : false;
/* only one of $present, $missing, or $wrong will be true, or all will be false */