]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_healer: create a per-mount background monitoring service
authorDarrick J. Wong <djwong@kernel.org>
Thu, 5 Mar 2026 21:26:27 +0000 (13:26 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 9 Apr 2026 22:30:17 +0000 (15:30 -0700)
commit88825fe0de0df213ef8ed8aa157f2950f0e9e7e2
tree67b405aae1aad9f12a7ca5c09df4c92e316754ba
parent17d840245c0e2063993eca4eb3671a576454b0ac
xfs_healer: create a per-mount background monitoring service

Create a systemd service definition for our self-healing filesystem
daemon so that we can run it for every mounted filesystem.  Add a
hidden switch so that we can print the service unit name for fstests.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
healer/Makefile
healer/system-xfs_healer.slice [new file with mode: 0644]
healer/xfs_healer.c
healer/xfs_healer.h
healer/xfs_healer@.service.in [new file with mode: 0644]