]> git.sesse.net Git - bcachefs-tools-debian/commit
fsck: add a service to schedule and run bcachefsck@ services
authorDarrick J. Wong <djwong@kernel.org>
Tue, 5 Dec 2023 02:43:31 +0000 (18:43 -0800)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 7 Dec 2023 16:57:36 +0000 (11:57 -0500)
commit74753de9894df00b8759f5cd6909335e268b0035
tree6905f48e27190a81c7c5993bbb0871fd4f7f8729
parentfbfdd05ac5b5b748cf9c7c0ea72be5268917c5d6
fsck: add a service to schedule and run bcachefsck@ services

Create a script that looks for mounted bcachefs filesystems and tries to
run as many of them in parallel as possible without two different
scrubbers hitting the same low level block device.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Makefile
debian/control
debian/rules
fsck/bcachefsck_all.in [new file with mode: 0644]
fsck/bcachefsck_all.service.in [new file with mode: 0644]
fsck/bcachefsck_all.timer [new file with mode: 0644]
fsck/bcachefsck_all_fail.service.in [new file with mode: 0644]