mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
Add ZFS role to deploy.yml for scrub scheduling
Wire the existing zfs role into deploy.yml as Stage 4f, targeting zfs_hosts (london-a, london-b). This ensures weekly ZFS scrub crons are deployed on full fleet runs. Fixes PESO-105
This commit is contained in:
parent
f75e2a8d5f
commit
864ec3d6d3
1 changed files with 9 additions and 0 deletions
|
|
@ -169,6 +169,15 @@
|
|||
name: grafana
|
||||
state: restarted
|
||||
|
||||
# ──────────────────────────────────────────────
|
||||
# Stage 4f: ZFS scrub scheduling — zfs_hosts
|
||||
# ──────────────────────────────────────────────
|
||||
- name: "Stage 4f: ZFS scrub scheduling"
|
||||
hosts: zfs_hosts
|
||||
tags: [services, zfs]
|
||||
roles:
|
||||
- role: zfs
|
||||
|
||||
# ──────────────────────────────────────────────
|
||||
# Stage 5: Verification
|
||||
# ──────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue