From cdc2d138734e99b90a7e6082580ff9cc6e1dd1ee Mon Sep 17 00:00:00 2001 From: delphij Date: Thu, 27 Oct 2011 21:25:41 +0000 Subject: 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 --- etc/defaults/periodic.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/defaults') 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 -- cgit v1.1