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
Adapt vGPU liveness guards to the identity struct resolver
The claim guard and startup reconcile protection predate the
HypervisorProcessIdentity struct and the removal of the standalone
identity-exists helpers. Route both through resolveLiveHypervisorPID:
the claim guard keeps failing closed on unresolvable ownership, and
reconcile protection gets a fail-open HypervisorMayBeAlive wrapper so
unresolvable ownership still protects the device.
0 commit comments