add memory read error

This commit is contained in:
goushicui
2021-02-09 14:08:18 +08:00
parent e34e2763cf
commit 7ecb76f31a
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -58,6 +58,11 @@
"reason": "IOError",
"pattern": "Buffer I/O error .*"
},
{
"type": "temporary",
"reason": "MemoryReadError",
"pattern": "CE memory read error .*"
},
{
"type": "permanent",
"condition": "KernelDeadlock",
@@ -45,6 +45,11 @@ data:
"reason": "KernelOops",
"pattern": "divide error: 0000 \\[#\\d+\\] SMP"
},
{
"type": "temporary",
"reason": "MemoryReadError",
"pattern": "CE memory read error .*"
},
{
"type": "permanent",
"condition": "KernelDeadlock",