Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
changeset 392:68e3fce18202
FIX: daily_local_trim_zfs_default_threshold must be set always
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 23 Feb 2023 21:59:01 +0100 |
| parents | 8b1740deedbb |
| children | d83f877d7849 |
| files | etc/periodic/daily/750.local-trim-zfs |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/periodic/daily/750.local-trim-zfs Thu Feb 23 21:56:54 2023 +0100 +++ b/etc/periodic/daily/750.local-trim-zfs Thu Feb 23 21:59:01 2023 +0100 @@ -19,7 +19,7 @@ : ${daily_local_trim_zfs_enable:=NO} : ${daily_local_trim_zfs_pools=} -: ${daliy_local_trim_zfs_default_threshold=35} +: ${daliy_local_trim_zfs_default_threshold:=35} # \${daily_local_trim_zfs_$(echo "${pool}"|tr ".:-" "_")_threshold} case "$daily_local_trim_zfs_enable" in
