Skip to content

Commit f01b5e5

Browse files
committed
Detect I/O errors
1 parent f42281e commit f01b5e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/kernel-monitor.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
"reason": "Ext4Warning",
5454
"pattern": "EXT4-fs warning .*"
5555
},
56+
{
57+
"type": "temporary",
58+
"reason": "IOError",
59+
"pattern": "Buffer I/O error .*"
60+
},
5661
{
5762
"type": "permanent",
5863
"condition": "KernelDeadlock",

0 commit comments

Comments
 (0)