Hi all, Debian policy (section 9 iirc) says that services shipped in a package should be started by default. We don't necessarily want that from the base xfsprogs package long term, so separate the self healing services into a separate package. 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-self-healing-package --- Commits in this patchset: * misc: shift install targets * xfs_scrub: use the self_healing fsproperty to select mode * debian: create a new package for automatic self-healing --- Makefile | 14 +++++++++++--- copy/Makefile | 6 +++++- db/Makefile | 6 +++++- debian/Makefile | 6 +++++- debian/control | 8 ++++++++ debian/rules | 15 ++++++++++----- doc/Makefile | 7 ++++++- estimate/Makefile | 6 +++++- fsck/Makefile | 7 ++++++- fsr/Makefile | 6 +++++- growfs/Makefile | 6 +++++- include/Makefile | 7 ++++++- io/Makefile | 6 +++++- libfrog/Makefile | 4 +++- libhandle/Makefile | 6 +++++- libxcmd/Makefile | 4 +++- libxfs/Makefile | 7 ++++++- libxlog/Makefile | 4 +++- logprint/Makefile | 6 +++++- m4/Makefile | 4 +++- man/Makefile | 10 +++++++--- man/man2/Makefile | 4 +++- man/man3/Makefile | 4 +++- man/man5/Makefile | 5 ++++- man/man8/Makefile | 4 +++- mdrestore/Makefile | 6 +++++- mkfs/Makefile | 6 +++++- po/Makefile | 7 ++++++- quota/Makefile | 6 +++++- repair/Makefile | 6 +++++- rtcp/Makefile | 6 +++++- scrub/Makefile | 19 ++++++++++++++----- scrub/xfs_scrub@xxxxxxxxxxx | 2 +- scrub/xfs_scrub_media@xxxxxxxxxxx | 2 +- spaceman/Makefile | 6 +++++- 35 files changed, 182 insertions(+), 46 deletions(-)