From 44206a1b30ffc4bcc5351fbfcfe1a51e4339233b Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 28 Nov 2023 10:52:49 +0100 Subject: [PATCH] zfs: delete dataset "hm" (#615) Reviewed-on: https://git.mgrote.net/mg/homeserver/pulls/615 Co-authored-by: Michael Grote Co-committed-by: Michael Grote --- host_vars/pve5-test.mgrote.net.yml | 10 ---------- host_vars/pve5.mgrote.net.yml | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/host_vars/pve5-test.mgrote.net.yml b/host_vars/pve5-test.mgrote.net.yml index afa74ae4..9a8e9bfd 100644 --- a/host_vars/pve5-test.mgrote.net.yml +++ b/host_vars/pve5-test.mgrote.net.yml @@ -63,8 +63,6 @@ zfs_datasets: # DatenPools werden hier nicht verwaltet - dataset: hdd_data_raidz/bilder state: present recordsize: 1M - - dataset: hdd_data_raidz/hm - state: present - dataset: hdd_data_raidz/scans state: present - dataset: hdd_data_raidz/restic @@ -115,10 +113,6 @@ sanoid_datasets: recursive: 'no' # noqa yaml[truthy] snapshots: true template: '14tage' - - path: hdd_data_raidz/hm - recursive: 'no' # noqa yaml[truthy] - snapshots: true - template: '14tage' - path: hdd_data_raidz/scans recursive: 'no' # noqa yaml[truthy] snapshots: true @@ -193,10 +187,6 @@ pve_bind_mounts: mp_nr: 7 mp_path_host: /hdd_data_raidz/bilder mp_path_guest: /shares_bilder - - vmid: 100 - mp_nr: 8 - mp_path_host: /hdd_data_raidz/hm - mp_path_guest: /shares_hm - vmid: 100 mp_nr: 9 mp_path_host: /hdd_data_raidz/scans diff --git a/host_vars/pve5.mgrote.net.yml b/host_vars/pve5.mgrote.net.yml index a222af08..834e8c0d 100644 --- a/host_vars/pve5.mgrote.net.yml +++ b/host_vars/pve5.mgrote.net.yml @@ -67,8 +67,6 @@ zfs_datasets: # DatenPools werden hier nicht verwaltet - dataset: hdd_data_raidz/bilder state: present recordsize: 1M - - dataset: hdd_data_raidz/hm - state: present - dataset: hdd_data_raidz/scans state: present - dataset: hdd_data_raidz/restic @@ -124,10 +122,6 @@ sanoid_datasets: recursive: 'no' # noqa yaml[truthy] snapshots: true template: '14tage' - - path: hdd_data_raidz/hm - recursive: 'no' # noqa yaml[truthy] - snapshots: true - template: '14tage' - path: hdd_data_raidz/scans recursive: 'no' # noqa yaml[truthy] snapshots: true @@ -204,10 +198,6 @@ pve_bind_mounts: mp_nr: 7 mp_path_host: /hdd_data_raidz/bilder mp_path_guest: /shares_bilder - - vmid: 115 - mp_nr: 8 - mp_path_host: /hdd_data_raidz/hm - mp_path_guest: /shares_hm - vmid: 115 mp_nr: 9 mp_path_host: /hdd_data_raidz/scans