2021-01-09 18:24:52 +00:00
|
|
|
# Cap ARC size to 50% RAM
|
|
|
|
zfs_arc_size: "{{ (ansible_memtotal_mb * 1024 * 1024) * 0.5 }}"
|
2021-01-10 13:23:36 +00:00
|
|
|
|
|
|
|
sanoid_datasets:
|
|
|
|
tank:
|
|
|
|
use_template: production
|
|
|
|
recursive: true
|
|
|
|
process_children_only: true
|
|
|
|
|
|
|
|
tank/downloads:
|
|
|
|
use_template: replaceable
|
|
|
|
recursive: true
|
|
|
|
|
|
|
|
sanoid_templates:
|
|
|
|
production:
|
|
|
|
frequently: 0
|
2022-05-07 11:34:46 +01:00
|
|
|
hourly: 36
|
|
|
|
daily: 21
|
|
|
|
monthly: 3
|
2021-01-10 13:23:36 +00:00
|
|
|
yearly: 0
|
|
|
|
autosnap: true
|
|
|
|
autoprune: true
|
|
|
|
|
|
|
|
replaceable:
|
|
|
|
frequently: 0
|
2022-05-07 11:34:46 +01:00
|
|
|
hourly: 12
|
|
|
|
daily: 5
|
2021-01-10 13:23:36 +00:00
|
|
|
monthly: 0
|
|
|
|
yearly: 0
|
|
|
|
autosnap: true
|
|
|
|
autoprune: true
|