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

Enforcing locality constraints on persistent rabbit storage #170

Open
jameshcorbett opened this issue Jul 2, 2024 · 1 comment
Open

Comments

@jameshcorbett
Copy link
Member

Users can allocate persistent XFS storage on rabbit nodes. Jobs that come in that want to use the storage will need to be constrained to using the same rack(s) that the persistent storage lives on. However, at the moment, Flux schedules them without considering the locality constraints at all.

@behlendorf remind me are there any constraints on persistent XFS storage in terms of the number of rabbits or nodes that can be used? It seems like it would be problematic if, for instance, a persistent XFS instance was created for three nodes and then a job came through with four nodes that tried to use it.

@behlendorf
Copy link
Collaborator

It seems like it would be problematic if, for instance, a persistent XFS instance was created for three nodes and then a job came through with four nodes that tried to use it.

This is the big constraint we identified early on. For this case, we probably need to require the job request the same number of nodes.

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

2 participants