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

blocked cpus for scheduling and cpu pinning #168

Open
Tracked by #147
lukas016 opened this issue Feb 8, 2024 · 0 comments
Open
Tracked by #147

blocked cpus for scheduling and cpu pinning #168

lukas016 opened this issue Feb 8, 2024 · 0 comments
Labels
enhancement New feature or request prio-mid

Comments

@lukas016
Copy link
Contributor

lukas016 commented Feb 8, 2024

Summary

We need option for exclude some physical cpu cores from scheduling and cpu pinning.
Main reason is minimize side effects to other apps which can use cpu pinning too (dp-service).
We can inspire by virtlet.

Feature has to be compatible with overcommit vcpu: #167
and numa pining: #48
It will have higher priority in logic as overcommit vcpu. It means: we have to decrease blocked cpu first from count of total physical cores and after we can apply overcommit vcpu logic.
Blocked cpus cannot be used for pinning.

This feature has to be optional and it can be configurable with argument.

Basic example

Don't use 0 and 1 cores for VMs
--resource-manager-blocked-cpus=0,1

Motivation

Minimize side effects to other apps. Improve performance.

Related issues

@lukas016 lukas016 added the enhancement New feature or request label Feb 8, 2024
@github-project-automation github-project-automation bot moved this to Todo in Compute Feb 8, 2024
@lukas016 lukas016 added the dt-target issue/pr for dt label Mar 25, 2024
@lukas016 lukas016 removed the dt-target issue/pr for dt label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request prio-mid
Projects
Status: Todo
Development

No branches or pull requests

1 participant