From 54dfb2d0166cc1d368cc5aec175853dfde57aa0a Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 2 Feb 2021 14:41:56 +0100 Subject: [PATCH] Bugfix: zfs-health.sh --- roles/mgrote.zfs_tools/templates/zfs-health.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mgrote.zfs_tools/templates/zfs-health.sh b/roles/mgrote.zfs_tools/templates/zfs-health.sh index 883dfe21..442139a8 100644 --- a/roles/mgrote.zfs_tools/templates/zfs-health.sh +++ b/roles/mgrote.zfs_tools/templates/zfs-health.sh @@ -19,7 +19,7 @@ fi # SSD then 80% is reasonable. If you have a 60TB raid-z2 array then you can # probably set the warning closer to 95%. -maxCapacity= {{ zfs_tool_max_cap }} +maxCapacity={{ zfs_tool_max_cap }} if [ ${problems} -eq 0 ]; then capacity=$(/sbin/zpool list -H -o capacity)