Commit 5bad493
committed
Remove the startup hypervisor identity backfill
The backfill existed to persist identity tokens for legacy metadata so
destructive paths could skip socket resolution. Correctness never
depended on it: a token-less live PID is confirmed through the
expected-owner fast path (one /proc/net/unix read plus one fd-dir read),
and after a reboot the empty listener scan classifies the recorded
hypervisor as provably dead. Stop, delete, and standby re-resolve
ownership on every call regardless, and instances mint tokens on
create/restore, so the startup pass and its metadata rewrites bought
nothing.1 parent 5247ff6 commit 5bad493
3 files changed
Lines changed: 0 additions & 253 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | 299 | | |
305 | 300 | | |
306 | 301 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments