docs(ops): 記錄 110 cold-start 腳本同步 [skip ci]

This commit is contained in:
Your Name
2026-06-18 13:56:15 +08:00
parent f89f59c647
commit abd3f44744
2 changed files with 2 additions and 0 deletions

View File

@@ -207,6 +207,7 @@
- `bash -n scripts/reboot-recovery/full-stack-cold-start-check.sh scripts/reboot-recovery/reboot-recovery-readiness-audit.sh` 通過。
- `PATH=/tmp/awoooi-ansible-venv/bin:$PATH bash scripts/reboot-recovery/reboot-recovery-readiness-audit.sh --no-color``PASS=187 WARN=1 BLOCKED=0`,唯一 warning 仍是 repo-side audit 未帶 `--live`
- `bash scripts/reboot-recovery/full-stack-cold-start-check.sh --monitor-read-only --no-color --watch --interval 1 --max-attempts 1``PASS=84 WARN=0 BLOCKED=0`result `GREEN`
- 110 live script sync`/home/wooo/scripts/full-stack-cold-start-check.sh` 已更新為 hash `b48af9c603aa5a1a4f9434d6cc510398bbecc2e46400a21410e735d5f7d177c4`;舊版備份 `/home/wooo/scripts/full-stack-cold-start-check.sh.before-stale-active-job-classification.20260618-135516`;用 110 正式路徑重跑回 `PASS=84 WARN=0 BLOCKED=0`
- Live schedule evidence`FAILED_JOBS 1``STALE_FAILED_JOBS 1``ACTIVE_FAILED_JOBS 0``BAD_PODS 0`
- 110 / 120 / 121 / 188 ping 與 SSH port 全部 OK120 / 121 K3s nodes Ready`NODE_FS_ERROR_EVENTS 0`AWOOOI API/Web routes OKpublic routes / TLS greenmomo current-month parity `10936|10936|2026-06-01|2026-06-17|2026-06-01|2026-06-17`110 backup health `13/13 fresh failed=0`188 backup health `2/2 fresh failed=0`

View File

@@ -1554,6 +1554,7 @@ SOP update:
| Active blocker rule | `ACTIVE_FAILED_JOBS > 0` causes warning; `STALE_FAILED_JOBS > 0` is retained evidence and does not warn by itself |
| Readiness audit contract | `reboot-recovery-readiness-audit.sh` requires both stale and active failed Job counters |
| Repo-side validation | `bash -n` passed; readiness audit returned `PASS=187 WARN=1 BLOCKED=0` with only the expected non-live warning |
| 110 live script sync | `/home/wooo/scripts/full-stack-cold-start-check.sh` hash `b48af9c603aa5a1a4f9434d6cc510398bbecc2e46400a21410e735d5f7d177c4`; previous version backed up to `/home/wooo/scripts/full-stack-cold-start-check.sh.before-stale-active-job-classification.20260618-135516` |
| Live cold-start readback | `PASS=84 WARN=0 BLOCKED=0`, result `GREEN` |
| K8s Job evidence | `FAILED_JOBS=1`, `STALE_FAILED_JOBS=1`, `ACTIVE_FAILED_JOBS=0`, `BAD_PODS=0` |
| Backup / DR evidence | 110 backup health `13/13 fresh failed=0`; 188 backup health `2/2 fresh failed=0`; escrow readback still `ESCROW_MISSING_COUNT=5` |