mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-28 01:47:20 +00:00
Merge pull request #845 from wenjianhn/monitor-xfs
Monitor XFS shutdown
This commit is contained in:
@@ -10,6 +10,11 @@
|
|||||||
"type": "KernelDeadlock",
|
"type": "KernelDeadlock",
|
||||||
"reason": "KernelHasNoDeadlock",
|
"reason": "KernelHasNoDeadlock",
|
||||||
"message": "kernel has no deadlock"
|
"message": "kernel has no deadlock"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "XfsShutdown",
|
||||||
|
"reason": "XfsHasNotShutDown",
|
||||||
|
"message": "XFS has not shutdown"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rules": [
|
"rules": [
|
||||||
@@ -53,6 +58,12 @@
|
|||||||
"reason": "IOError",
|
"reason": "IOError",
|
||||||
"pattern": "Buffer I/O error .*"
|
"pattern": "Buffer I/O error .*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "permanent",
|
||||||
|
"condition": "XfsShutdown",
|
||||||
|
"reason": "XfsHasShutdown",
|
||||||
|
"pattern": "XFS .* Shutting down filesystem.?"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "temporary",
|
"type": "temporary",
|
||||||
"reason": "MemoryReadError",
|
"reason": "MemoryReadError",
|
||||||
|
|||||||
Reference in New Issue
Block a user