Set up monthly Proxmox maintenance reboot schedule #26
Labels
No Label
ai-changes-requested
ai-failed
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
infra-audit
monitoring
operations
proxmox
script
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/claude-home#26
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The Proxmox host has been up 42 days with no maintenance reboot. Kernel updates accumulate, memory leaks go uncleared, and process state drifts (as evidenced by the avahi busy-loops and stuck processes found in this audit).
Plan
Establish a recurring first-Sunday-of-the-month maintenance window.
Tasks
onboot: 1on all)onboot: 1set:ssh proxmox "for id in \$(qm list | awk 'NR>1{print \$1}'); do echo \$id: \$(qm config \$id | grep onboot); done"ssh proxmox "for id in \$(pct list | awk 'NR>1{print \$1}'); do echo \$id: \$(pct config \$id | grep onboot); done"server-configs/proxmox/maintenance-reboot.mdSRE Notes
Labels
infra-audit,operations,proxmoxcal referenced this issue2026-04-03 21:58:18 +00:00