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/sk-2019.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inventory/host_vars/sk-2019.yml') diff --git a/inventory/host_vars/sk-2019.yml b/inventory/host_vars/sk-2019.yml index 5259a390..24c5fc48 100644 --- a/inventory/host_vars/sk-2019.yml +++ b/inventory/host_vars/sk-2019.yml @@ -41,8 +41,8 @@ cryptdisk_volumes: zfs_arc_size: - min: "{{ 2 * 1024 * 1024 * 1024 }}" - max: "{{ 12 * 1024 * 1024 * 1024 }}" + min: 2GB + max: 12GB zfs_pools: storage: -- cgit v1.2.3