File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 15
15
"type" : " ReadonlyFilesystem" ,
16
16
"reason" : " FilesystemIsNotReadOnly" ,
17
17
"message" : " Filesystem is not read-only"
18
+ },
19
+ {
20
+ "type" : " HardwareErrorFatal" ,
21
+ "reason" : " HardwareHasNoFatalError" ,
22
+ "message" : " Hardware has no fatal error"
18
23
}
19
24
],
20
25
"rules" : [
63
68
"reason" : " MemoryReadError" ,
64
69
"pattern" : " CE memory read error .*"
65
70
},
71
+ {
72
+ "type" : " temporary" ,
73
+ "reason" : " HardwareErrorCorrected" ,
74
+ "pattern" : " .*\\ [Hardware Error\\ ]: event severity: corrected$"
75
+ },
76
+ {
77
+ "type" : " temporary" ,
78
+ "reason" : " HardwareErrorRecoverable" ,
79
+ "pattern" : " .*\\ [Hardware Error\\ ]: event severity: recoverable$"
80
+ },
81
+ {
82
+ "type" : " permanent" ,
83
+ "condition" : " HardwareErrorFatal" ,
84
+ "reason" : " HardwareErrorFatal" ,
85
+ "pattern" : " .*\\ [Hardware Error\\ ]: event severity: fatal$"
86
+ },
66
87
{
67
88
"type" : " permanent" ,
68
89
"condition" : " KernelDeadlock" ,
You can’t perform that action at this time.
0 commit comments