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(controller): persist satellite ConnectionStatus via the Status subresource
Previous attempt set ConnectionStatus on the apiv1.Node value, but
nodes.Update only writes Spec — Status was untouched. Adds a
dedicated NodeStore.SetConnectionStatus method with both InMemory
and CRD-backed implementations; the CRD path goes through
client.Status().Update so the field actually lands.
Server.Hello calls SetConnectionStatus("ONLINE") after Create/Update;
linstor-csi-node's `linstor-wait-node-online` initContainer now sees
connection_status: "ONLINE" and the DaemonSet rolls past Init.
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
0 commit comments