multipath-tcp / mptcp

⚠️⚠️⚠️ Deprecated 🚫 Out-of-tree Linux Kernel implementation of MultiPath TCP. 👉 Use https://github.com/multipath-tcp/mptcp_net-next repo instead ⚠️⚠️⚠️
https://github.com/multipath-tcp/mptcp_net-next
Other
888 stars 335 forks source link

no cpuset support #382

Closed zgc closed 4 years ago

zgc commented 4 years ago

os:Ubuntu 18.04.4 LTS (GNU/Linux 4.19.55.mptcp x86_64)

docker: ~# docker info --> WARNING: No cpuset support

k8s: ~# kubelet --> Failed to start ContainerManager system validation failed - Following Cgroup subsystem not mounted: [cpuset]

cpaasch commented 4 years ago

How did you get that kernel image? Probably the kernel configuration does not include the relevant pieces.

zgc commented 4 years ago

Install with apt,sources: https://dl.bintray.com/multipath-tcp/mptcp_deb

zgc commented 4 years ago

Wrong point, reopen

cpaasch commented 4 years ago

Ok, will add it to the config-file.

cpaasch commented 4 years ago

The v0.95.1 release has update images with CPUSET support.