Add ZFS scrub cron job
This commit is contained in:
parent
6e58b07519
commit
91effbcac5
@ -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…
x
Reference in New Issue
Block a user