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
+4 -4
View File
@@ -1,12 +1,12 @@
#!/bin/bash
# ==============================================================================================
# ============================= Failover State Reset ===========================================
# ============================= fallback State Reset ===========================================
# ==============================================================================================
#
# PURPOSE
# ─────────────────────────────────────────────────────────────────────────────
# Resets the fallback state file to NORMAL and clears all tier flags. Use when
# the state file is stuck after failover testing, a failed handback, manual
# the state file is stuck after fallback testing, a failed handback, manual
# intervention, or fallback.sh being killed mid-cycle.
#
# Writes a fresh state file with:
@@ -17,8 +17,8 @@
# resumes from NORMAL on its next cycle.
#
# WARNING: Only run when you have verified the stack is actually in a normal
# state — right containers on the right server, DDNS correct, no active failover
# in progress. Resetting state during a real failover causes fallback.sh to stop
# state — right containers on the right server, DDNS correct, no active fallback
# in progress. Resetting state during a real fallback causes fallback.sh to stop
# covering the remote server until the next detection cycle.
#
# ==============================================================================================