]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
Merge tag 'scrub-better-repair-warnings-6.10_2024-07-29' of https://git.kernel.org...
authorCarlos Maiolino <cem@kernel.org>
Tue, 6 Aug 2024 13:45:53 +0000 (15:45 +0200)
committerCarlos Maiolino <cem@kernel.org>
Tue, 6 Aug 2024 13:45:53 +0000 (15:45 +0200)
commit80a327fc2239eb40faf8b6f6c4568a4c15d07767
tree8ae9e2d4b001d80110e2502e2dd958cb139a3240
parent0ab4613d3be72ff278a9036023558763fdd81926
parentbf15d7766e3dd63eda56f6b2f7976e529cd07575
Merge tag 'scrub-better-repair-warnings-6.10_2024-07-29' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev into for-next

xfs_scrub: improve warnings about difficult repairs [v30.9 07/28]

While I was poking through the QA results for xfs_scrub, I noticed that
it doesn't warn the user when the primary and secondary realtime
metadata are so out of whack that the chances of a successful repair are
not so high.  I decided that it was worth refactoring the scrub code a
bit so that we could warn the user about these types of things, and
ended up refactoring unnecessary helpers out of existence and fixing
other reporting gaps.

This has been running on the djcloud for months with no problems.  Enjoy!

Signed-off-by: Darrick J. Wong <djwong@kernel.org>