Skip to content

Commit c53e4f4

Browse files
authored
Merge pull request #845 from wenjianhn/monitor-xfs
Monitor XFS shutdown
2 parents 2a651d1 + 2e15606 commit c53e4f4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

config/kernel-monitor.json

+11
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"type": "KernelDeadlock",
1111
"reason": "KernelHasNoDeadlock",
1212
"message": "kernel has no deadlock"
13+
},
14+
{
15+
"type": "XfsShutdown",
16+
"reason": "XfsHasNotShutDown",
17+
"message": "XFS has not shutdown"
1318
}
1419
],
1520
"rules": [
@@ -53,6 +58,12 @@
5358
"reason": "IOError",
5459
"pattern": "Buffer I/O error .*"
5560
},
61+
{
62+
"type": "permanent",
63+
"condition": "XfsShutdown",
64+
"reason": "XfsHasShutdown",
65+
"pattern": "XFS .* Shutting down filesystem.?"
66+
},
5667
{
5768
"type": "temporary",
5869
"reason": "MemoryReadError",

0 commit comments

Comments
 (0)