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
+3 -3
View File
@@ -658,7 +658,7 @@ DAILY_MAINTENANCE_SCRIPTS=(
---
### ── Relationship to Failover Writeback ──────────────────────────────────────
### ── Relationship to Fallback Writeback ──────────────────────────────────────
```bash
# ─────────────────────────────────────────────────────────────────────────────
@@ -668,7 +668,7 @@ DAILY_MAINTENANCE_SCRIPTS=(
# Normal (daily_sync_maintenance.sh):
# HOST1 → pushes Movies, Tv_Shows → HOST2
#
# Tier 4 failover writeback (HOST1 returns after 24hr+ outage):
# Tier 4 fallback writeback (HOST1 returns after 24hr+ outage):
# HOST2 → pushes Movies, Tv_Shows → HOST1
# (HOST2 was running HOST1's arrs and accumulated content)
#
@@ -710,7 +710,7 @@ maintenance block before the 7am coffee report.
# ─────────────────────────────────────────────────────────────────────────────
# Containers stop BEFORE sync — clean static source, full bandwidth.
# Containers start AFTER sync — on fresh data, in dependency order.
# DDNS and failover continue running throughout — only managed containers stop.
# DDNS and fallback continue running throughout — only managed containers stop.
#
# 1. Pre-flight checks — connectivity, remote Docker daemon, remote rootfs
# 2. Stop local containers — Emby + auth stack stopped on this server