Merge pull request #488 from vteratipally/io_errors

Add Detectection logic for  I/O errors
This commit is contained in:
Kubernetes Prow Robot
2020-11-16 14:06:36 -08:00
committed by GitHub

View File

@@ -53,6 +53,11 @@
"reason": "Ext4Warning",
"pattern": "EXT4-fs warning .*"
},
{
"type": "temporary",
"reason": "IOError",
"pattern": "Buffer I/O error .*"
},
{
"type": "permanent",
"condition": "KernelDeadlock",