commit | 83cb63320e61b265266d54af418f88be5e40dbfa | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Jul 03 14:21:04 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Aug 07 13:56:16 2024 -0700 |
tree | 5c23ce63df11da7118ad45d2902251c8bb3cac05 | |
parent | 4454e86fb99dc13ab70a1dd660e895ce5a2e2bca [diff] |
xfs_scrub: add missing repair types to the mustfix and difficulty assessment Add a few scrub types that ought to trigger a mustfix (such as AGI corruption) and all the AG space metadata to the repair difficulty assessment. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>