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

config: add annotation for exec isolated CPU affinity #1252

Commits on May 17, 2024

  1. config: add annotation for exec isolated CPU affinity

    The runc container runtime recently introduced functionality to direct exec
    operations to the first isolated CPU in a container cgroup cpuset. This is
    enabled through a new runc specific container annotation:
    org.opencontainers.runc.exec.isolated-cpu-affinity-transition
    
    See opencontainers/runc@afc23e3397 for the details.
    
    This new functionality is also required in the crun container runtime and will
    be added soon. This purpose of this commit is to add a new annotation to the
    OCI runtime specification that would be used by any runtime that implements
    this new functionality:
    org.opencontainers.runtime.exec.isolated-cpu-affinity-transition
    
    The runc implementation should switch to using the new annotation once it is
    accepted.
    
    Signed-off-by: Bart Wensley <[email protected]>
    bartwensley committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6c5374f View commit details
    Browse the repository at this point in the history