Package Details: raid-check-systemd 4.2-6

Git Clone URL: https://aur.archlinux.org/raid-check-systemd.git (read-only, click to copy)
Package Base: raid-check-systemd
Description: Raid data scrubbing script with systemd timer to be used with mdadm.
Upstream URL: https://wiki.archlinux.org/index.php/RAID#Scrubbing
Keywords: mdadm raid scrub systemd
Licenses: GPL
Conflicts: raid-check
Submitter: TheChickenMan
Maintainer: GI_Jack
Last Packager: GI_Jack
Votes: 14
Popularity: 0.000016
First Submitted: 2016-06-07 08:44 (UTC)
Last Updated: 2024-09-27 16:18 (UTC)

Pinned Comments

TheChickenMan commented on 2017-04-30 19:00 (UTC)

You can view the status of the service while it is running in the kernel log with dmesg. You can also review status with the following: $ systemctl status raid-check.service $ systemctl status raid-check.timer $ systemctl list-timers --all

Latest Comments

« First ‹ Previous 1 2 3

ncoder-2 commented on 2017-04-30 18:51 (UTC)

Is there a way to confirm that the raid-check was actually performed? When I journalctl -u raid-check.service, I have no entries and when I journalctl -u raid-check.timer, I have the "at boot" load of the timer and "at poweroff" stop. It would be nice to have the start time of the raid-check on schedule and the stop time in the journal.

TheChickenMan commented on 2016-11-22 03:30 (UTC) (edited on 2016-11-22 06:55 (UTC) by TheChickenMan)

Good point, makedepends on rpmextract removed.

Scimmia commented on 2016-11-22 03:25 (UTC)

Why is rpmextract a makedep if it's never used?