paunch/paunch/utils
Emilien Macchi 5e88de63f5 Add --cpuset-cpus support for both Docker and Podman
Limit the specific CPUs or cores a container can use.

If cpuset-cpus is configured in the container layout, then the value
will be used when running the container cli with --cpuset-cpus.
If 'all' is used as a value, we'll then take all available cpus,
computed by: "0-" + str(psutil.cpu_count()-1)

If unset (default), the cpuset-cpus value is computed by using psutil with a
new function which returns a comma-separated list range of CPUs that a
container can use.

This parameter is particulary useful for NFV:
https://bugzilla.redhat.com/show_bug.cgi?id=1750781
Indeed, for NFV workloads, in order to achieve 0 packet loss, linux processes,
ovs-dpdk (if applicable) and VMs are isolated thanks to kernel args (isolcpus)
and tuned profiles (cpu-partitioning).

Change-Id: I9443ad60affe9c7823b17daa259efee542c6fe22
2019-09-24 03:48:54 +00:00
..
__init__.py podman: create/delete systemd unit files when restart policy is used 2018-10-02 16:43:14 -04:00
common.py Add --cpuset-cpus support for both Docker and Podman 2019-09-24 03:48:54 +00:00
systemctl.py Check if container is running before doing an exec 2019-08-27 23:19:05 +00:00
systemd.py Generate addition drop-in dependencies for podman containers 2019-07-22 12:29:34 -04:00