containerd/cmd/containerd
Michael Crosby e48bbe8394 add runc shim support for sched core
In linux 5.14 and hopefully some backports, core scheduling allows processes to
be co scheduled within the same domain on SMT enabled systems.

The containerd impl sets the core sched domain when launching a shim. This
allows a clean way for each shim(container/pod) to be in its own domain and any
additional containers, (v2 pods) be be launched with the same domain as well as
any exec'd process added to the container.

kernel docs: https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/core-scheduling.html

Signed-off-by: Michael Crosby <michael@thepasture.io>
2021-10-08 16:18:09 +00:00
..
command add runc shim support for sched core 2021-10-08 16:18:09 +00:00
builtins_aufs_linux.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
builtins_btrfs_linux.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
builtins_cri.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
builtins_devmapper_linux.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
builtins_freebsd.go freebsd: add zfs to the default plugins 2021-04-16 00:52:24 -07:00
builtins_linux.go refactor(native): separate init from implementation 2020-09-03 19:58:31 +08:00
builtins_unix.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
builtins_windows.go Remove redundant build tags 2021-08-05 22:27:46 -07:00
builtins_zfs_linux.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
builtins.go Move tracing to plugin 2021-09-21 21:19:46 +00:00
main.go Move manpage gen to separate binary 2019-09-12 14:19:00 -04:00