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

Replace some calls to storage resources with a single call to systemconfiguration #221

Open
jameshcorbett opened this issue Sep 23, 2024 · 0 comments

Comments

@jameshcorbett
Copy link
Member

There are some places in this repo where code looks at storage resources to figure out which rabbits map to which computes. But some rabbits may be down and therefore would not report which compute nodes they are connected to. This can lead to errors at various points. As @matthew-richerson pointed out, the code could check the SystemConfiguration resource instead:

The SystemConfiguration resource is filled in by someone (or some tool) with how the system is supposed to look. The Storages resources give status on how things currently look. The Storages for the missing Rabbits don't show any computes because the Rabbits aren't there to say which computes they can see

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

No branches or pull requests

1 participant