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(rest): accept override_props on ResourceGroup create + spawn
golinstor reuses GenericPropsModify body fields (override_props,
delete_props, delete_namespaces) on the RG create and spawn calls.
DisallowUnknownFields decoders rejected those payloads even though
Java LINSTOR would have ignored them on a no-op modify. Add the fields
to ResourceGroup and ResourceGroupSpawn so csi-sanity's CreateVolume
path stops failing on the strict decoder.
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
0 commit comments