mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-23 22:26:27 +00:00
Add detection for ext4 errors
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user