diff options
author | delphij <delphij@FreeBSD.org> | 2011-10-27 21:25:41 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2011-10-27 21:25:41 +0000 |
commit | cdc2d138734e99b90a7e6082580ff9cc6e1dd1ee (patch) | |
tree | 85e54e33f60e62a4853ca0613e4a4baa836abe25 /etc/defaults/periodic.conf | |
parent | 862b930fc7552563ca5dba839478fa55ed647f83 (diff) | |
download | FreeBSD-src-cdc2d138734e99b90a7e6082580ff9cc6e1dd1ee.zip FreeBSD-src-cdc2d138734e99b90a7e6082580ff9cc6e1dd1ee.tar.gz |
Increase default scrub threshold from 30 days to 5 weeks. Using
whole weeks makes it easier to predicate when the scrub would
happen.
MFC after: 1 week
Diffstat (limited to 'etc/defaults/periodic.conf')
-rw-r--r-- | etc/defaults/periodic.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/periodic.conf b/etc/defaults/periodic.conf index 8d3d0f4..27192bc 100644 --- a/etc/defaults/periodic.conf +++ b/etc/defaults/periodic.conf @@ -150,8 +150,8 @@ daily_submit_queuerun="YES" # Also submit queue # 800.scrub-zfs daily_scrub_zfs_enable="NO" daily_scrub_zfs_pools="" # empty string selects all pools -daily_scrub_zfs_default_threshold="30" # days between scrubs -#daily_scrub_zfs_${poolname}_threshold="30" # pool specific threshold +daily_scrub_zfs_default_threshold="35" # days between scrubs +#daily_scrub_zfs_${poolname}_threshold="35" # pool specific threshold # 999.local daily_local="/etc/daily.local" # Local scripts |