summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inventory/group_vars/vmhost-ch-oulu/main.yml2
-rw-r--r--inventory/host_vars/ch-oulu.yml8
2 files changed, 5 insertions, 5 deletions
diff --git a/inventory/group_vars/vmhost-ch-oulu/main.yml b/inventory/group_vars/vmhost-ch-oulu/main.yml
index ec87da54..81b9b341 100644
--- a/inventory/group_vars/vmhost-ch-oulu/main.yml
+++ b/inventory/group_vars/vmhost-ch-oulu/main.yml
@@ -21,7 +21,7 @@ vm_host:
bridges: "{{ __vmhost_bridge_interface_zones_yaml__ | from_yaml }}"
zfs:
default:
- pool: storage
+ pool: nvme
name: vm
properties:
compression: lz4
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