rename: failover → fallback throughout codebase — this system is Fallback, state is FALLBACK; preserve conventional failover comparisons

This commit is contained in:
Gmer4Lfe
2026-06-01 20:04:17 -04:00
parent 65f6bd7b8a
commit cb7d7a688d
62 changed files with 85 additions and 85 deletions
+2 -2
View File
@@ -415,7 +415,7 @@ cat /boot/config/fallback_state.db
---
## ━━━ STEP 8: TEST FAILOVER ━━━
## ━━━ STEP 8: TEST FALLBACK ━━━
Before relying on the system, confirm it actually triggers. `fallback_test.sh`
simulates an outage using `iptables` — no real downtime, no real data changes.
@@ -601,7 +601,7 @@ The remote server is unreachable on the first check. Common causes:
```bash
# Confirm which state fallback is in
cat /boot/config/fallback_state.db
# If stuck in FAILOVER after remote comes back: reset state
# If stuck in FALLBACK after remote comes back: reset state
bash Tools/fallback_state_reset.sh
```