From 7a32d581b61e4044e8e862918c1a20344a4780f4 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 31 Aug 2020 23:01:53 +0200 Subject: use human_to_bytes for zfs ARC size limits --- inventory/host_vars/s2-thetys.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inventory/host_vars/s2-thetys.yml') diff --git a/inventory/host_vars/s2-thetys.yml b/inventory/host_vars/s2-thetys.yml index c634a7c1..d2038d7b 100644 --- a/inventory/host_vars/s2-thetys.yml +++ b/inventory/host_vars/s2-thetys.yml @@ -50,8 +50,8 @@ kubernetes_standalone_cni_variant: with-portmap zfs_arc_size: - min: "{{ 2 * 1024 * 1024 * 1024 }}" - max: "{{ 4 * 1024 * 1024 * 1024 }}" + min: 2GB + max: 4GB zfs_pools: storage: -- cgit v1.2.3