Add detection for ext4 errors

This commit is contained in:
Xuewei Zhang
2019-12-06 14:49:17 -08:00
parent 5da72e86bb
commit b3f811d171
+10
View File
@@ -43,6 +43,16 @@
"reason": "KernelOops",
"pattern": "divide error: 0000 \\[#\\d+\\] SMP"
},
{
"type": "temporary",
"reason": "Ext4Error",
"pattern": "EXT4-fs error .*"
},
{
"type": "temporary",
"reason": "Ext4Warning",
"pattern": "EXT4-fs warning .*"
},
{
"type": "permanent",
"condition": "KernelDeadlock",