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
feat(rest): add GET /v1/resource-definitions/{rd}/resources[/{node}]
linstor-csi polls the per-RD resource list during ControllerPublishVolume
("is this volume on this node?"). Without these handlers we returned
a 404 for the parent path and the publish call surfaced as
"volume not present in storage backend". Add the GET list and
GET-by-node so autoplace's placement is visible to the client.
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
0 commit comments