Provision a new SSD for DBs
This makes the data easier to back up and splits it out from the main boot pool
This commit is contained in:
@ -3,6 +3,7 @@ private_ip: "{{ pve_hosts.pve.ip }}"
|
||||
zpools_to_scrub:
|
||||
- tank
|
||||
- rpool
|
||||
- speed
|
||||
|
||||
# 5GB, or so
|
||||
zfs_arc_size: 5000000000
|
||||
@ -13,6 +14,11 @@ sanoid_datasets:
|
||||
recursive: true
|
||||
process_children_only: true
|
||||
|
||||
speed:
|
||||
use_template: production
|
||||
recursive: true
|
||||
process_children_only: true
|
||||
|
||||
rpool:
|
||||
use_template: production
|
||||
recursive: true
|
||||
|
@ -1,5 +1,6 @@
|
||||
restic_backup_locations:
|
||||
- /mnt/host/mnt/tank
|
||||
- /mnt/host/mnt/speed
|
||||
- /mnt/host/etc/pve
|
||||
- /mnt/home-assistant
|
||||
restic_healthchecks_id: "{{ vault_restic_healthchecks_id }}"
|
||||
|
Reference in New Issue
Block a user