Add ZFS scrub cron job
This commit is contained in:
parent
6e58b07519
commit
91effbcac5
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue