Skip to content

Commit

Permalink
Merge pull request #488 from vteratipally/io_errors
Browse files Browse the repository at this point in the history
Add Detectection logic for  I/O errors
  • Loading branch information
k8s-ci-robot authored Nov 16, 2020
2 parents 5919888 + f01b5e5 commit cff4a54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/kernel-monitor.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
"reason": "Ext4Warning",
"pattern": "EXT4-fs warning .*"
},
{
"type": "temporary",
"reason": "IOError",
"pattern": "Buffer I/O error .*"
},
{
"type": "permanent",
"condition": "KernelDeadlock",
Expand Down

0 comments on commit cff4a54

Please sign in to comment.