From ac1917885ad1ca649438e092337470785164565e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 19 Aug 2020 21:29:41 +0200 Subject: ch-oulu final touches --- inventory/host_vars/ch-oulu.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'inventory/host_vars/ch-oulu.yml') diff --git a/inventory/host_vars/ch-oulu.yml b/inventory/host_vars/ch-oulu.yml index 813bc184..5ce6325f 100644 --- a/inventory/host_vars/ch-oulu.yml +++ b/inventory/host_vars/ch-oulu.yml @@ -45,12 +45,12 @@ zfs_arc_size: max: "{{ 8 * 1024 * 1024 * 1024 }}" zfs_zpools: - storage: - mountpoint: /srv/storage - create_vdevs: mirror /dev/nvme0n1p4 /dev/nvme1n1p4 + nvme: + mountpoint: /srv/nvme + create_vdevs: mirror /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_1TB_S462NF0M800161Z-part4 /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_1TB_S462NF0M800191M-part4 zfs_sanoid_modules: - storage/vm: + nvme/vm: use_template: production recursive: yes process_children_only: yes -- cgit v1.2.3