Add ZFS scrub cron job

This commit is contained in:
Jake Howard 2020-07-26 22:17:28 +01:00
parent 6e58b07519
commit 91effbcac5
No known key found for this signature in database
GPG Key ID: 57AFB45680EDD477

View File

@ -8,5 +8,11 @@
state: present
params: zfs_arc_max={{ zfs_arc_size }}
- name: ZFS Scrub
cron:
name: zfs scrub
special_time: weekly
job: zpool scrub tank
- name: Sanoid
include: sanoid.yml