mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-02-14 18:09:57 +00:00
Merge pull request #488 from vteratipally/io_errors
Add Detectection logic for I/O errors
This commit is contained in:
@@ -53,6 +53,11 @@
|
||||
"reason": "Ext4Warning",
|
||||
"pattern": "EXT4-fs warning .*"
|
||||
},
|
||||
{
|
||||
"type": "temporary",
|
||||
"reason": "IOError",
|
||||
"pattern": "Buffer I/O error .*"
|
||||
},
|
||||
{
|
||||
"type": "permanent",
|
||||
"condition": "KernelDeadlock",
|
||||
|
||||
Reference in New Issue
Block a user