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