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
|
- dataset: hdd_data/vm
|
||||||
state: present
|
state: present
|
||||||
- dataset: hdd_data/duplicati
|
- dataset: hdd_data/duplicati
|
||||||
state: present
|
state: absent
|
||||||
recordsize: 1M
|
recordsize: 1M
|
||||||
|
|
||||||
zfs_extra_arc_max_size: "8589934592" # 8GB in Bytes
|
zfs_extra_arc_max_size: "8589934592" # 8GB in Bytes
|
||||||
|
@ -159,10 +159,6 @@ sanoid_datasets:
|
||||||
recursive: 'no' # noqa yaml[truthy]
|
recursive: 'no' # noqa yaml[truthy]
|
||||||
snapshots: true
|
snapshots: true
|
||||||
template: '3tage'
|
template: '3tage'
|
||||||
- path: hdd_data/duplicati
|
|
||||||
recursive: 'no' # noqa yaml[truthy]
|
|
||||||
snapshots: true
|
|
||||||
template: '3tage'
|
|
||||||
### rpool
|
### rpool
|
||||||
- path: rpool
|
- path: rpool
|
||||||
recursive: 'no' # noqa yaml[truthy]
|
recursive: 'no' # noqa yaml[truthy]
|
||||||
|
@ -232,10 +228,6 @@ pve_bind_mounts:
|
||||||
mp_nr: 16
|
mp_nr: 16
|
||||||
mp_path_host: /hdd_data/vm
|
mp_path_host: /hdd_data/vm
|
||||||
mp_path_guest: /shares_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
|
# mgrote.pbs_pve_integration
|
||||||
pve_pbs_datastore:
|
pve_pbs_datastore:
|
||||||
|
|
Loading…
Reference in a new issue