Hi all, Add a couple of new tests to check that the systemd services for xfs_scrub are at least minimally functional. 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 fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=scrub-improvements --- Commits in this patchset: * xfs: test xfs_scrub services --- common/rc | 14 +++++ common/systemd | 73 +++++++++++++++++++++++++++ tests/xfs/1863 | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/1863.out | 5 ++ 4 files changed, 232 insertions(+) create mode 100644 common/systemd create mode 100755 tests/xfs/1863 create mode 100644 tests/xfs/1863.out