Skip to content

Commit b3f811d

Browse files
author
Xuewei Zhang
committed
Add detection for ext4 errors
1 parent 5da72e8 commit b3f811d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

config/kernel-monitor.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@
4343
"reason": "KernelOops",
4444
"pattern": "divide error: 0000 \\[#\\d+\\] SMP"
4545
},
46+
{
47+
"type": "temporary",
48+
"reason": "Ext4Error",
49+
"pattern": "EXT4-fs error .*"
50+
},
51+
{
52+
"type": "temporary",
53+
"reason": "Ext4Warning",
54+
"pattern": "EXT4-fs warning .*"
55+
},
4656
{
4757
"type": "permanent",
4858
"condition": "KernelDeadlock",

0 commit comments

Comments
 (0)