From 10f43bc38d27c0156329978d0d397cc12d9ffe7c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 24 Aug 2022 15:24:36 +0100 Subject: [PATCH] Prioritise OS-drive's snapraid content file over ZFS Reads are much faster as it's SSD based, and it avoids unnecessary reads on the pool --- ansible/host_vars/pve/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/host_vars/pve/main.yml b/ansible/host_vars/pve/main.yml index dbc0645..1ad6500 100644 --- a/ansible/host_vars/pve/main.yml +++ b/ansible/host_vars/pve/main.yml @@ -49,8 +49,8 @@ snapraid_parity_disks: content: true snapraid_content_files: - - /mnt/tank/files/snapraid.content - /var/snapraid.content + - /mnt/tank/files/snapraid.content snapraid_config_excludes: - "*.unrecoverable"