zfs: delete dataset "hm" (#615)
Reviewed-on: #615 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
9fd733b4ec
commit
44206a1b30
2 changed files with 0 additions and 20 deletions
|
@ -63,8 +63,6 @@ zfs_datasets: # DatenPools werden hier nicht verwaltet
|
||||||
- dataset: hdd_data_raidz/bilder
|
- dataset: hdd_data_raidz/bilder
|
||||||
state: present
|
state: present
|
||||||
recordsize: 1M
|
recordsize: 1M
|
||||||
- dataset: hdd_data_raidz/hm
|
|
||||||
state: present
|
|
||||||
- dataset: hdd_data_raidz/scans
|
- dataset: hdd_data_raidz/scans
|
||||||
state: present
|
state: present
|
||||||
- dataset: hdd_data_raidz/restic
|
- dataset: hdd_data_raidz/restic
|
||||||
|
@ -115,10 +113,6 @@ sanoid_datasets:
|
||||||
recursive: 'no' # noqa yaml[truthy]
|
recursive: 'no' # noqa yaml[truthy]
|
||||||
snapshots: true
|
snapshots: true
|
||||||
template: '14tage'
|
template: '14tage'
|
||||||
- path: hdd_data_raidz/hm
|
|
||||||
recursive: 'no' # noqa yaml[truthy]
|
|
||||||
snapshots: true
|
|
||||||
template: '14tage'
|
|
||||||
- path: hdd_data_raidz/scans
|
- path: hdd_data_raidz/scans
|
||||||
recursive: 'no' # noqa yaml[truthy]
|
recursive: 'no' # noqa yaml[truthy]
|
||||||
snapshots: true
|
snapshots: true
|
||||||
|
@ -193,10 +187,6 @@ pve_bind_mounts:
|
||||||
mp_nr: 7
|
mp_nr: 7
|
||||||
mp_path_host: /hdd_data_raidz/bilder
|
mp_path_host: /hdd_data_raidz/bilder
|
||||||
mp_path_guest: /shares_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
|
- vmid: 100
|
||||||
mp_nr: 9
|
mp_nr: 9
|
||||||
mp_path_host: /hdd_data_raidz/scans
|
mp_path_host: /hdd_data_raidz/scans
|
||||||
|
|
|
@ -67,8 +67,6 @@ zfs_datasets: # DatenPools werden hier nicht verwaltet
|
||||||
- dataset: hdd_data_raidz/bilder
|
- dataset: hdd_data_raidz/bilder
|
||||||
state: present
|
state: present
|
||||||
recordsize: 1M
|
recordsize: 1M
|
||||||
- dataset: hdd_data_raidz/hm
|
|
||||||
state: present
|
|
||||||
- dataset: hdd_data_raidz/scans
|
- dataset: hdd_data_raidz/scans
|
||||||
state: present
|
state: present
|
||||||
- dataset: hdd_data_raidz/restic
|
- dataset: hdd_data_raidz/restic
|
||||||
|
@ -124,10 +122,6 @@ sanoid_datasets:
|
||||||
recursive: 'no' # noqa yaml[truthy]
|
recursive: 'no' # noqa yaml[truthy]
|
||||||
snapshots: true
|
snapshots: true
|
||||||
template: '14tage'
|
template: '14tage'
|
||||||
- path: hdd_data_raidz/hm
|
|
||||||
recursive: 'no' # noqa yaml[truthy]
|
|
||||||
snapshots: true
|
|
||||||
template: '14tage'
|
|
||||||
- path: hdd_data_raidz/scans
|
- path: hdd_data_raidz/scans
|
||||||
recursive: 'no' # noqa yaml[truthy]
|
recursive: 'no' # noqa yaml[truthy]
|
||||||
snapshots: true
|
snapshots: true
|
||||||
|
@ -204,10 +198,6 @@ pve_bind_mounts:
|
||||||
mp_nr: 7
|
mp_nr: 7
|
||||||
mp_path_host: /hdd_data_raidz/bilder
|
mp_path_host: /hdd_data_raidz/bilder
|
||||||
mp_path_guest: /shares_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
|
- vmid: 115
|
||||||
mp_nr: 9
|
mp_nr: 9
|
||||||
mp_path_host: /hdd_data_raidz/scans
|
mp_path_host: /hdd_data_raidz/scans
|
||||||
|
|
Loading…
Reference in a new issue