controller v0.67.1: gate only acts on external drives under /mnt/felhom-drives/
Fix caught live: planDriveGates falsely marked the internal SSD path /mnt/sys_drive/felhom-data disconnected (agent never reports it), which would block starting SSD-resident apps. Gate now skips non-/mnt/felhom-drives/ paths. Regression case added. No apps were stopped (none depended on the SSD path). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
## Changelog
|
||||
|
||||
### v0.67.1 — gate: only act on external drives under /mnt/felhom-drives/ (2026-06-15)
|
||||
|
||||
Fix (caught live on the v0.67.0 deploy): `planDriveGates` marked the internal SSD path
|
||||
`/mnt/sys_drive/felhom-data` "disconnected" because the agent never reports it as a drive — which would
|
||||
have blocked starting SSD-resident apps. The gate now only considers EXTERNAL drives registered under
|
||||
the stable parent `/mnt/felhom-drives/<name>`; always-present SSD/system paths are skipped. Regression
|
||||
case added to `TestPlanDriveGates`. (No apps were stopped — no app depended on the SSD path.)
|
||||
|
||||
### v0.67.0 — intermediary-mount: HDD_PATH repoint + drive-absent gate + H1 routes (2026-06-15)
|
||||
|
||||
Controller half of the intermediary-mount re-architecture (pairs with agent v0.34.0). Drives are now
|
||||
|
||||
Reference in New Issue
Block a user