From facdd63fe173b51c6d9de29ccc2167b0d7a45b6f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 21 Jan 2023 23:03:00 +0100 Subject: syncoid/autosuspend: implement disk spindown mode --- inventory/host_vars/ch-epimetheus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inventory/host_vars/ch-epimetheus.yml') diff --git a/inventory/host_vars/ch-epimetheus.yml b/inventory/host_vars/ch-epimetheus.yml index fa05843e..c6c75fae 100644 --- a/inventory/host_vars/ch-epimetheus.yml +++ b/inventory/host_vars/ch-epimetheus.yml @@ -100,7 +100,8 @@ zfs_sanoid_modules: process_children_only: yes -# zfs_syncoid_autosuspend: yes +zfs_syncoid_autosuspend: disks +zfs_syncoid_autosuspend_disks: "{{ luks_volumes | dict2items | map(attribute='value.device') }}" zfs_syncoid_target_pool: backup zfs_syncoid_sources: 'ch-prometheus': -- cgit v1.2.3