Skip to content

Commit 7ecb76f

Browse files
committed
add memory read error
1 parent e34e276 commit 7ecb76f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

config/kernel-monitor.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
"reason": "IOError",
5959
"pattern": "Buffer I/O error .*"
6060
},
61+
{
62+
"type": "temporary",
63+
"reason": "MemoryReadError",
64+
"pattern": "CE memory read error .*"
65+
},
6166
{
6267
"type": "permanent",
6368
"condition": "KernelDeadlock",

deployment/node-problem-detector-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ data:
4545
"reason": "KernelOops",
4646
"pattern": "divide error: 0000 \\[#\\d+\\] SMP"
4747
},
48+
{
49+
"type": "temporary",
50+
"reason": "MemoryReadError",
51+
"pattern": "CE memory read error .*"
52+
},
4853
{
4954
"type": "permanent",
5055
"condition": "KernelDeadlock",

0 commit comments

Comments
 (0)