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

用户Qos资源总量限制 #369

Open
huerni opened this issue Nov 20, 2024 · 0 comments · May be fixed by #370
Open

用户Qos资源总量限制 #369

huerni opened this issue Nov 20, 2024 · 0 comments · May be fixed by #370
Assignees

Comments

@huerni
Copy link
Collaborator

huerni commented Nov 20, 2024

对每个用户的指定Qos进行资源总量限制,限制每个用户下,指定Qos下的任务资源使用总量不能超过该Qos的资源规则。
限制资源包括jobs_per_user和cpus_per_user。

  1. AddUser、DeleteUser、ModifyUserAllowedQos时,用户对应Qos资源变化
  2. ModifyQos的max_jobs_per_user和max_cpus_per_user时,对应Qos资源变化
  3. 提交任务时,判断用户指定Qos空闲资源,资源足够,任务运行,资源不够,队列等待。
  4. 任务完成后,资源释放给用户。
@huerni huerni linked a pull request Nov 20, 2024 that will close this issue
@huerni huerni self-assigned this Nov 20, 2024
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 a pull request may close this issue.

1 participant