Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: handle I/O error for xfs_repair
Run `xfs_repair` on `unix.EIO` error. ```text 16T18:19:30.85674118Z]: XFS (sdb5): Mounting V5 Filesystem 109.200.197.196: kern: info: [2024-04-16T18:19:30.92421418Z]: XFS (sdb5): Ending clean mount 109.200.197.196: kern: notice: [2024-04-16T18:19:36.42651618Z]: XFS (sdb6): Mounting V5 Filesystem 109.200.197.196: kern: info: [2024-04-16T18:19:36.49568918Z]: XFS (sdb6): Ending clean mount 109.200.197.196: kern: notice: [2024-04-16T18:19:36.54484918Z]: XFS (sdb6): Quotacheck needed: Please wait. 109.200.197.196: kern: notice: [2024-04-16T18:19:36.54586418Z]: XFS (sdb6): Quotacheck: Done. 109.200.197.196: kern: alert: [2024-05-13T15:13:11.99476118Z]: XFS (sdb6): log I/O error -5 109.200.197.196: kern: alert: [2024-05-13T15:13:11.99477118Z]: XFS (sdb6): Filesystem has been shut down due to log error (0x2). 109.200.197.196: kern: alert: [2024-05-13T15:13:11.99477318Z]: XFS (sdb6): Please unmount the filesystem and rectify the problem(s). ``` Signed-off-by: Noel Georgi <git@frezbo.dev> (cherry picked from commit 1207054)
- Loading branch information