rename: failover → fallback throughout codebase — this system is Fallback, state is FALLBACK; preserve conventional failover comparisons
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user