zfs_health: usage warn limit auf 90 (#41)

zfs_health: usage warn limit auf 90

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#41
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
Michael Grote 2021-03-18 13:48:39 +01:00
parent 834c232c15
commit 79b13ba43a

View file

@ -45,7 +45,7 @@
apcupsd_nis_master_hostname: pve2.grote.lan apcupsd_nis_master_hostname: pve2.grote.lan
### mgrote.zfs_extra # Variablen für mgrote.zfs_health/trim/scrub/zed/arc_mem/ sind zusammengefasst unter zfs_extra_* ### mgrote.zfs_extra # Variablen für mgrote.zfs_health/trim/scrub/zed/arc_mem/ sind zusammengefasst unter zfs_extra_*
zfs_extra_arc_max_size: "17179869184" # 16GB in Bytes zfs_extra_arc_max_size: "17179869184" # 16GB in Bytes
zfs_extra_max_usage_health: "75" zfs_extra_max_usage_health: "90"
zfs_extra_zfs_pools: zfs_extra_zfs_pools:
- name: "rpool" - name: "rpool"
cron_minute_zfs_trim: "5" cron_minute_zfs_trim: "5"