Hi all, If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. This has been running on the djcloud for months with no problems. Enjoy! Comments and questions are, as always, welcome. --D xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=scrub-all-improve-systemd-handling --- Commits in this patchset: * 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 | 279 ++++++++++++++++++++++++++++++++++++------------ 2 files changed, 209 insertions(+), 72 deletions(-)