nomad-driver-podman
nomad-driver-podman copied to clipboard
Add support for cpuset cgroups v2
Nomad is adding support for cgroups v2 in https://github.com/hashicorp/nomad/pull/12274
Task drivers that make use of cgroups will need to be updated to continue working, particularly with task.resources.cores
configurations which Nomad supports by managing cpuset.cpus
control group interface files directly.