Merge pull request #845 from wenjianhn/monitor-xfs

Monitor XFS shutdown
This commit is contained in:
Kubernetes Prow Robot
2025-03-10 21:33:46 -07:00
committed by GitHub
+11
View File
@@ -10,6 +10,11 @@
"type": "KernelDeadlock",
"reason": "KernelHasNoDeadlock",
"message": "kernel has no deadlock"
},
{
"type": "XfsShutdown",
"reason": "XfsHasNotShutDown",
"message": "XFS has not shutdown"
}
],
"rules": [
@@ -53,6 +58,12 @@
"reason": "IOError",
"pattern": "Buffer I/O error .*"
},
{
"type": "permanent",
"condition": "XfsShutdown",
"reason": "XfsHasShutdown",
"pattern": "XFS .* Shutting down filesystem.?"
},
{
"type": "temporary",
"reason": "MemoryReadError",