We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a651d1 + 2e15606 commit c53e4f4Copy full SHA for c53e4f4
config/kernel-monitor.json
@@ -10,6 +10,11 @@
10
"type": "KernelDeadlock",
11
"reason": "KernelHasNoDeadlock",
12
"message": "kernel has no deadlock"
13
+ },
14
+ {
15
+ "type": "XfsShutdown",
16
+ "reason": "XfsHasNotShutDown",
17
+ "message": "XFS has not shutdown"
18
}
19
],
20
"rules": [
@@ -53,6 +58,12 @@
53
58
"reason": "IOError",
54
59
"pattern": "Buffer I/O error .*"
55
60
},
61
62
+ "type": "permanent",
63
+ "condition": "XfsShutdown",
64
+ "reason": "XfsHasShutdown",
65
+ "pattern": "XFS .* Shutting down filesystem.?"
66
56
67
{
57
68
"type": "temporary",
69
"reason": "MemoryReadError",
0 commit comments