Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add weekly and monthly systemd timers for trimming | Julian Brunner | 2022-06-10 | 1 | -0/+12 |
On machines using systemd, trim timers can be enabled on a per-pool basis. Weekly and monthly timer units are provided. Timers can be enabled as follows: systemctl enable [email protected] --now systemctl enable [email protected] --now Each timer will pull in zfs-trim@${poolname}.service, which is not schedule-specific. The manpage zpool-trim has been updated accordingly. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Julian Brunner <[email protected]> Closes #13544 |