docs: fleet operations runbook (capture manual VM state)#103
Open
TeoSlayer wants to merge 1 commit into
Open
Conversation
…GOMEMLIMIT, MOM responder) The production VMs are hand-managed (no startup-script/IaC), so the manual system-level state applied during the 2026-07-24 outages had no version-controlled home. Capture it so it survives reprovisioning: - pilot-service-agents /etc/logrotate.d/pilot-agents + hourly cron (prevents the /var/log/pilot-* disk-full → jbd2 hang → fleet outage that recurs in ~5 days without it); - pilot-rendezvous-new GOMEMLIMIT=48GiB drop-in; - MOM box responder topology (C++ responder kept, Python planner disabled; sync_and_reload.sh target). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The production VMs (
pilot-rendezvous-new,pilot-service-agents, the MOM Lambda box) are hand-managed pets — no startup-script or IaC. The system-level fixes applied during today's outages therefore live only on the boxes and would be silently lost on any reprovision. This captures them as a committed runbook.Most important:
pilot-service-agentslog rotation — without/etc/logrotate.d/pilot-agents+ the hourly cron,/var/log/pilot-*/fills the disk and reproduces this morning'sjbd2-hang fleet outage in ~5 days. Also captures the registryGOMEMLIMIT=48GiBdrop-in and the MOM responder topology.Docs-only; no code change.
🤖 Generated with Claude Code