Remove point-in-time HOST2 status from the codebase
Comments asserting a partner is down, being rebuilt or not yet installed are true on the day they are written and wrong afterwards, and nothing prompts anyone to revisit them. Behaviour is described generically; current state belongs in operator memory, not in tracked files.
This commit is contained in:
@@ -77,8 +77,8 @@ and tested but currently switched off:
|
||||
```
|
||||
FALLBACK_ENABLED=true ← running
|
||||
PARTNERSHIP_ENABLED=true ← running
|
||||
RSYNC_ENABLED=false ← off until HOST2 is back
|
||||
CONF_SYNC_ENABLED=false ← off until HOST2 is back
|
||||
RSYNC_ENABLED=false ← global rsync gate
|
||||
CONF_SYNC_ENABLED=false ← partner conf caching
|
||||
```
|
||||
|
||||
Everything here is built and audited. The two-server half is waiting on the second server.
|
||||
|
||||
Reference in New Issue
Block a user