You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the hypervisor socket only after confirmed exit
shutdownHypervisor unlinked the control socket via a defer on every
return and again before waiting for the process to exit. On the paths
where the kill fails and standby resumes the VM, that left a live
hypervisor with no socket file, so a later graceful standby or stop
could not connect and fell straight into the force-kill path. Unlink
the socket only once the hypervisor is provably gone, matching the
contract killHypervisor already follows on delete and stop.
0 commit comments