From 796014a73ddf23c8aaabaa771b01060b44347d6a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 10 Jan 2022 22:58:28 +0100 Subject: disable syncoid for some testvms --- inventory/host_vars/ch-apps.yml | 2 ++ inventory/host_vars/ch-phoebe.yml | 3 --- inventory/host_vars/ch-prometheus.yml | 6 ------ inventory/host_vars/ch-testvm-atlas.yml | 2 ++ inventory/host_vars/ch-testvm-phoebe.yml | 2 ++ inventory/host_vars/ch-testvm-prometheus.yml | 2 ++ 6 files changed, 8 insertions(+), 9 deletions(-) (limited to 'inventory/host_vars') diff --git a/inventory/host_vars/ch-apps.yml b/inventory/host_vars/ch-apps.yml index a251f4db..5d7d27ab 100644 --- a/inventory/host_vars/ch-apps.yml +++ b/inventory/host_vars/ch-apps.yml @@ -17,6 +17,8 @@ install: type: zfs name: data size: 100g + properties: + 'syncoid:sync': 'false' interfaces: - bridge: br-svc name: svc0 diff --git a/inventory/host_vars/ch-phoebe.yml b/inventory/host_vars/ch-phoebe.yml index 42ac5a8e..915adbea 100644 --- a/inventory/host_vars/ch-phoebe.yml +++ b/inventory/host_vars/ch-phoebe.yml @@ -102,6 +102,3 @@ zfs_sanoid_modules: use_template: production recursive: yes process_children_only: yes - nvme/vm/ch-testvm-phoebe: - use_template: ignore - recursive: yes diff --git a/inventory/host_vars/ch-prometheus.yml b/inventory/host_vars/ch-prometheus.yml index cc8598ba..4851ce5b 100644 --- a/inventory/host_vars/ch-prometheus.yml +++ b/inventory/host_vars/ch-prometheus.yml @@ -120,12 +120,6 @@ zfs_sanoid_modules: use_template: production recursive: yes process_children_only: yes - nvme/vm/ch-testvm-prometheus: - use_template: ignore - recursive: yes - nvme/vm/ch-apps/data: - use_template: ignore - recursive: yes storage/vm: use_template: production recursive: yes diff --git a/inventory/host_vars/ch-testvm-atlas.yml b/inventory/host_vars/ch-testvm-atlas.yml index 3163d17f..f647a97f 100644 --- a/inventory/host_vars/ch-testvm-atlas.yml +++ b/inventory/host_vars/ch-testvm-atlas.yml @@ -11,6 +11,8 @@ install: type: zfs name: root size: 5g + properties: + 'syncoid:sync': 'false' interfaces: - bridge: br-public name: primary0 diff --git a/inventory/host_vars/ch-testvm-phoebe.yml b/inventory/host_vars/ch-testvm-phoebe.yml index 880b4e06..e480ae5d 100644 --- a/inventory/host_vars/ch-testvm-phoebe.yml +++ b/inventory/host_vars/ch-testvm-phoebe.yml @@ -13,6 +13,8 @@ install: type: zfs name: root size: 15g + properties: + 'syncoid:sync': 'false' interfaces: - bridge: br-svc name: svc0 diff --git a/inventory/host_vars/ch-testvm-prometheus.yml b/inventory/host_vars/ch-testvm-prometheus.yml index d87ff20a..ddc10a8e 100644 --- a/inventory/host_vars/ch-testvm-prometheus.yml +++ b/inventory/host_vars/ch-testvm-prometheus.yml @@ -13,6 +13,8 @@ install: type: zfs name: root size: 10g + properties: + 'syncoid:sync': 'false' interfaces: - bridge: br-svc name: svc0 -- cgit v1.2.3