Actions
Feature #10238
openPeriodic Scrub of ZFS filesystem
Status:
New
Priority:
Very Low
Assignee:
-
Category:
Operating System
Target version:
-
Start date:
02/07/2020
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Description
Add support for a periodic zfs scrub of the ZFS filesystem through the GUI.
Selecting an interval (weekly or monthly only?) a start date, and timeframe should be sufficient.
The purpose of this is to detect filesystem corruption which is a good indicator that a drive is about to fail.
Updated by Mathew Keith almost 5 years ago
I was able to add a package CRON and add the following to it:
0 0 1 * * root /sbin/zpool scrub zroot
This should execute the scrub monthly.
Updated by gavin penney almost 4 years ago
similar to:
https://redmine.pfsense.org/issues/9226#change-50116
a script for monitoring zfs with scrub capability:
https://github.com/clara-j/pfsense_zfs_check
Actions