From f109acb9e0bf20345dcabfd72a0e0206cf112b67 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 8 Jul 2026 08:22:04 -0500 Subject: fix(maint): add timeline_slack key to the snapshot thresholds This pairs with the maint probe change: the snapper grade now warns at summed limits + snapshots.timeline_slack. Slack 2 absorbs the hourly create/:45-cleanup timer gap that kept the card amber most of every hour. I installed it on both hosts. --- configs/maintenance-thresholds.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs') diff --git a/configs/maintenance-thresholds.toml b/configs/maintenance-thresholds.toml index d2c85e8..92ca048 100644 --- a/configs/maintenance-thresholds.toml +++ b/configs/maintenance-thresholds.toml @@ -38,6 +38,9 @@ timeline_weekly = 2 timeline_monthly = 2 timeline_quarterly = 0 timeline_yearly = 0 +timeline_slack = 2 # grade at summed limits + slack: absorbs the + # hourly create/:45-cleanup gap; a dead cleanup + # timer still clears it within a few hours single_keep = 2 # DELETE STALE keeps the newest N singles zfs_count_warn = 1000 # runaway retention zfs_space_warn_pct = 20 # snapshot space vs pool capacity -- cgit v1.2.3