Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update golinstor to fix caching issue #277

Merged
merged 1 commit into from
Jun 27, 2024
Merged

update golinstor to fix caching issue #277

merged 1 commit into from
Jun 27, 2024

Conversation

WanzenBug
Copy link
Member

The golinstor caching implementation did not filter by properties, which is used by the NodesForTopology() call to filter the nodes based on properties.

This meant that in some scenarios, LINSTOR CSI would place volumes on unexpected nodes, as it got the full list of nodes instead of one filtered to just some property.

@WanzenBug WanzenBug requested a review from rck June 27, 2024 12:58
The golinstor caching implementation did not filter by properties, which is
used by the NodesForTopology() call to filter the nodes based on properties.

This meant that in some scenarios, LINSTOR CSI would place volumes on
unexpected nodes, as it got the full list of nodes instead of one filtered
to just some property.

Signed-off-by: Moritz Wanzenböck <[email protected]>
Copy link
Member

@rck rck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rck rck merged commit 97757d2 into master Jun 27, 2024
5 checks passed
@rck rck deleted the cache-fixes branch June 27, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants