From cf7ab69e69c7cdf4a63d876d89633d768fc6a262 Mon Sep 17 00:00:00 2001 From: Christoph Klaffl Date: Wed, 12 Feb 2020 21:14:08 +0100 Subject: [PATCH] added note about capacity limit overriding --- sanoid.defaults.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/sanoid.defaults.conf b/sanoid.defaults.conf index a9ca382..589d4cd 100644 --- a/sanoid.defaults.conf +++ b/sanoid.defaults.conf @@ -108,5 +108,6 @@ yearly_warn = 0 yearly_crit = 0 # default limits for capacity checks (if set to 0, limit will not be checked) +# for overriding these values one needs to specify them in a root pool section! ([tank]\n ...) capacity_warn = 80 capacity_crit = 95