ff
This commit is contained in:
parent
7090172959
commit
7c5817c5ed
1 changed files with 1 additions and 9 deletions
|
@ -90,7 +90,7 @@ zfs_datasets: # DatenPools werden hier nicht verwaltet
|
|||
- dataset: hdd_data/vm
|
||||
state: present
|
||||
- dataset: hdd_data/duplicati
|
||||
state: present
|
||||
state: absent
|
||||
recordsize: 1M
|
||||
|
||||
zfs_extra_arc_max_size: "8589934592" # 8GB in Bytes
|
||||
|
@ -159,10 +159,6 @@ sanoid_datasets:
|
|||
recursive: 'no' # noqa yaml[truthy]
|
||||
snapshots: true
|
||||
template: '3tage'
|
||||
- path: hdd_data/duplicati
|
||||
recursive: 'no' # noqa yaml[truthy]
|
||||
snapshots: true
|
||||
template: '3tage'
|
||||
### rpool
|
||||
- path: rpool
|
||||
recursive: 'no' # noqa yaml[truthy]
|
||||
|
@ -232,10 +228,6 @@ pve_bind_mounts:
|
|||
mp_nr: 16
|
||||
mp_path_host: /hdd_data/vm
|
||||
mp_path_guest: /shares_vm
|
||||
- vmid: 115
|
||||
mp_nr: 17
|
||||
mp_path_host: /hdd_data/duplicati
|
||||
mp_path_guest: /shares_duplicati
|
||||
|
||||
# mgrote.pbs_pve_integration
|
||||
pve_pbs_datastore:
|
||||
|
|
Loading…
Reference in a new issue