]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
Merge tag 'scrub-media-scan-service-6.10_2024-07-29' of https://git.kernel.org/pub...
authorCarlos Maiolino <cem@kernel.org>
Tue, 6 Aug 2024 13:48:39 +0000 (15:48 +0200)
committerCarlos Maiolino <cem@kernel.org>
Tue, 6 Aug 2024 13:48:39 +0000 (15:48 +0200)
commit673f24ec8200ee3e7083cbe1349178f0468c9225
tree8bc8c5f36ba7fb705c56c8a13e0a844c4dc5ebf3
parentaa9a4293b44b3f579c64f550c6551b3483d06d04
parente040916f649f71fb6a695dfcc6f6c9f576c5c4db
Merge tag 'scrub-media-scan-service-6.10_2024-07-29' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev into for-next

xfs_scrub_all: automatic media scan service [v30.9 15/28]

Now that we've completed the online fsck functionality, there are a few
things that could be improved in the automatic service.  Specifically,
we would like to perform a more intensive metadata + media scan once per
month, to give the user confidence that the filesystem isn't losing data
silently.  To accomplish this, enhance xfs_scrub_all to be able to
trigger media scans.  Next, add a duplicate set of system services that
start the media scans automatically.

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

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