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
fix(compute): reuse an existing node key when registering a Node
Node.insert() unconditionally created a NodeEncryptionKey for its
uuid, so registering a compute Node for a machine that was already a
local hypervisor's node (which provisions its own key the same way)
crashed on the unique node uuid. Route through get_or_create like
MachinePool already does.
0 commit comments