You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2023. It is now read-only.
At the moment I scan the syslog file to find duration and exit code of the last parity check, which is subsequently displayed on the Array Operation page, this is an inefficient approach - specially when the syslog file is big.
A better solution would be that duration and exit code are stored in $var. In conjunction with variable 'sbSynced'. These values can then be read instantly like all other values.
Bonus question: what parity check exit codes exist ?