mbox series

[GIT,PULL,16/23] xfs_scrub_all: improve systemd handling

Message ID 172230459399.1455085.1767851933784509862.stg-ugh@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series [GIT,PULL,01/23] libxfs: fixes for 6.9 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/scrub-all-improve-systemd-handling-6.10_2024-07-29

Message

Darrick J. Wong July 30, 2024, 2:44 a.m. UTC
Hi Carlos,

Please pull this branch with changes for xfsprogs for 6.10-rc1.

As usual, I did a test-merge with the main upstream branch as of a few
minutes ago, and didn't see any conflicts.  Please let me know if you
encounter any problems.

The following changes since commit e040916f649f71fb6a695dfcc6f6c9f576c5c4db:

xfs_scrub_all: failure reporting for the xfs_scrub_all job (2024-07-29 17:01:10 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/scrub-all-improve-systemd-handling-6.10_2024-07-29

for you to fetch changes up to e46249ec0b96ac5ced5b49928d3b3865b6d9546c:

xfs_scrub_all: implement retry and backoff for dbus calls (2024-07-29 17:01:10 -0700)

----------------------------------------------------------------
xfs_scrub_all: improve systemd handling [v30.9 16/28]

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

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

----------------------------------------------------------------
Darrick J. Wong (5):
xfs_scrub_all: encapsulate all the subprocess code in an object
xfs_scrub_all: encapsulate all the systemctl code in an object
xfs_scrub_all: add CLI option for easier debugging
xfs_scrub_all: convert systemctl calls to dbus
xfs_scrub_all: implement retry and backoff for dbus calls

debian/control         |   2 +-
scrub/xfs_scrub_all.in | 284 ++++++++++++++++++++++++++++++++++++-------------
2 files changed, 213 insertions(+), 73 deletions(-)