From fc3a429dc96d52a8923bebd1820d104a710213f9 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 26 Aug 2020 21:03:19 +0200 Subject: improve zfs pool init support --- inventory/host_vars/sk-cloudio/vars.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inventory/host_vars/sk-cloudio') diff --git a/inventory/host_vars/sk-cloudio/vars.yml b/inventory/host_vars/sk-cloudio/vars.yml index a98bbccf..4492d1c9 100644 --- a/inventory/host_vars/sk-cloudio/vars.yml +++ b/inventory/host_vars/sk-cloudio/vars.yml @@ -26,10 +26,10 @@ zfs_arc_size: min: "{{ 2 * 1024 * 1024 * 1024 }}" max: "{{ 16 * 1024 * 1024 * 1024 }}" -zfs_zpools: +zfs_pools: storage: mountpoint: /srv/storage - create_vdevs: mirror nvme0n1p3 nvme1n1p3 + create_vdevs: mirror /dev/nvme0n1p3 /dev/nvme1n1p3 zfs_sanoid_modules: storage/nextcloud: -- cgit v1.2.3