Merge pull request #530 from goushicui/master

add memory read error
This commit is contained in:
Kubernetes Prow Robot
2021-02-18 07:46:51 -08:00
committed by GitHub
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",