There are two tasks that can usefully be done periodically on md arrays. 1/ scrub them with mdcheck 2/ check for degraded arrays and warn the mdadm. This series adds systemd unit files which can be enabled to perform these tasks. NeilBrown --- NeilBrown (2): mdcheck: add systemd unit files to run mdcheck. Monitor: add system timer to run --oneshot periodically Makefile | 6 +++++- systemd/mdcheck_continue.service | 18 ++++++++++++++++++ systemd/mdcheck_continue.timer | 13 +++++++++++++ systemd/mdcheck_start.service | 17 +++++++++++++++++ systemd/mdcheck_start.timer | 15 +++++++++++++++ systemd/mdmonitor-oneshot.service | 15 +++++++++++++++ systemd/mdmonitor-oneshot.timer | 15 +++++++++++++++ 7 files changed, 98 insertions(+), 1 deletion(-) create mode 100644 systemd/mdcheck_continue.service create mode 100644 systemd/mdcheck_continue.timer create mode 100644 systemd/mdcheck_start.service create mode 100644 systemd/mdcheck_start.timer create mode 100644 systemd/mdmonitor-oneshot.service create mode 100644 systemd/mdmonitor-oneshot.timer -- Signature