Viktor Barzin
|
4498f61402
|
fix(post-mortem): add /etc/exports to git, NFS health check in daily-backup, document CSI requirements [PM-2026-04-14]
- scripts/pve-nfs-exports: git-managed copy of PVE host /etc/exports with
detailed comments explaining fsid=0 danger and NFSv3 disable rationale.
Deploy: scp scripts/pve-nfs-exports root@192.168.1.127:/etc/exports && ssh root@192.168.1.127 exportfs -ra
- scripts/daily-backup.sh: add check_nfs_exports() that runs before backup starts.
Detects: missing /etc/exports, dangerous fsid=0 on /srv/nfs, nfs-server not running,
no active exports. Warns but doesn't abort (block-storage PVC backups can still run).
- .claude/CLAUDE.md: document NFS CSI mount option requirements — nfsvers=4 mandatory,
fsid=0 forbidden, /etc/exports is git-managed, critical services must use proxmox-lvm-encrypted.
Co-Authored-By: postmortem-todo-resolver <noreply@anthropic.com>
|
2026-04-14 18:08:24 +00:00 |
|
Viktor Barzin
|
82f674a0b4
|
rename weekly-backup → daily-backup across scripts, timers, services, and docs [ci skip]
Reflects the schedule change from weekly to daily. All references updated:
- scripts/weekly-backup.{sh,timer,service} → daily-backup.*
- Pushgateway job name: weekly-backup → daily-backup
- Prometheus metric names: weekly_backup_* → daily_backup_*
- All docs, runbooks, AGENTS.md, CLAUDE.md, proxmox-inventory
- offsite-sync dependency: After=daily-backup.service
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-13 18:37:04 +00:00 |
|