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