We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ec1b9 commit 558bf78Copy full SHA for 558bf78
1 file changed
server/lib/classes/cron.d/100-monitor_raid.inc.php
@@ -88,7 +88,7 @@ public function onRunJob() {
88
/* fetch the next line */
89
$line = $tmp[$i];
90
91
- if ((strpos($line, '[U_]') !== false) || (strpos($line, '[_U]') !== false)) {
+ if ((strpos($line, 'U_]') !== false) || (strpos($line, '[_U') !== false) || (strpos($line, 'U_U') !== false)) {
92
/* One Disk is not working.
93
* if the next line starts with "[>" or "[=" then
94
* recovery (resync) is in state and the state is
0 commit comments