diff --git a/config/kernel-monitor.json b/config/kernel-monitor.json index 832a063b2..7058b9ea9 100644 --- a/config/kernel-monitor.json +++ b/config/kernel-monitor.json @@ -15,6 +15,11 @@ "type": "ReadonlyFilesystem", "reason": "FilesystemIsNotReadOnly", "message": "Filesystem is not read-only" + }, + { + "type": "XfsShutdown", + "reason": "XfsHasNotShutDown", + "message": "XFS has not shutdown" } ], "rules": [ @@ -58,6 +63,12 @@ "reason": "IOError", "pattern": "Buffer I/O error .*" }, + { + "type": "permanent", + "condition": "XfsShutdown", + "reason": "XfsHasShutdown", + "pattern": "XFS .* Shutting down filesystem.?" + }, { "type": "temporary", "reason": "MemoryReadError",