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

queue's deserve can not be returned back when other queue's tasks are all not preemptable #3703

Open
lowang-bh opened this issue Sep 1, 2024 · 0 comments · May be fixed by #3702
Open

queue's deserve can not be returned back when other queue's tasks are all not preemptable #3703

lowang-bh opened this issue Sep 1, 2024 · 0 comments · May be fixed by #3702
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@lowang-bh
Copy link
Member

lowang-bh commented Sep 1, 2024

What is the problem you're trying to solve

image there are two queues: A and B, and the cluster have 10GPUs, and both A and B have a deserved with 5GPUs and Capability with 10GPUs.
Now, user submit jobs with not preemptable tasks to queue A and use up 10GPUs.
Then user submit jobs to queue B can not be scheduled.

Describe the solution you'd like

To limit only tasks be preemptable can be scheduled between a queue's deserved and capability in allocate action.

Additional context

No response

@lowang-bh lowang-bh added the kind/feature Categorizes issue or PR as related to a new feature. label Sep 1, 2024
@lowang-bh lowang-bh linked a pull request Sep 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant