From 27f3de30e762bfbabce7312313eec5c426352567 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 10 Oct 2019 22:57:39 +0200 Subject: added zfs support for docker --- inventory/host_vars/sk-cloudia.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'inventory/host_vars') diff --git a/inventory/host_vars/sk-cloudia.yml b/inventory/host_vars/sk-cloudia.yml index 0869c2c8..b085be8a 100644 --- a/inventory/host_vars/sk-cloudia.yml +++ b/inventory/host_vars/sk-cloudia.yml @@ -17,3 +17,9 @@ zfs_zpools: zfs_arc_size: min: "{{ 2 * 1024 * 1024 * 1024 }}" max: "{{ 16 * 1024 * 1024 * 1024 }}" + + +docker_zfs: + pool: storage + name: docker + size: 1G -- cgit v1.2.3