Skip to content

Commit

Permalink
Monitor XFS shutdown
Browse files Browse the repository at this point in the history
Related kernel error messages are as below.

kernel: XFS (dm-4): Internal error xfs_iunlink_remove at line 2038 of file fs/xfs/xfs_inode.c.  Caller xfs_ifree+0x33/0x130 [xfs]
kernel: XFS (dm-4): Corruption detected. Unmount and run xfs_repair
kernel: XFS (dm-4): xfs_inactive_ifree: xfs_ifree returned error -117
kernel: XFS (dm-4): xfs_do_force_shutdown(0x1) called from line 1788 of file fs/xfs/xfs_inode.c.  Return address = 000000009d022bf1
kernel: XFS (dm-4): I/O Error Detected. Shutting down filesystem
kernel: XFS (dm-4): Please umount the filesystem and rectify the problem(s)

Signed-off-by: Jian Wen <wenjianhn@gmail.com>
  • Loading branch information
wenjianhn committed Jan 11, 2024
1 parent e9eddcc commit 8fd4490
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/kernel-monitor.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
"reason": "IOError",
"pattern": "Buffer I/O error .*"
},
{
"type": "permanent",
"reason": "XfsShutdown",
"pattern": "XFS .* Shutting down filesystem\.?$"
},
{
"type": "temporary",
"reason": "MemoryReadError",
Expand Down

0 comments on commit 8fd4490

Please sign in to comment.