From: Peter Mikus Date: Mon, 12 Feb 2018 06:39:16 +0000 (+0100) Subject: FIX: LXC/DOCKER exclusive CPU X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=dbb2fccef88f1633ee5278ca373418ab1883a5a4;hp=dbb2fccef88f1633ee5278ca373418ab1883a5a4 FIX: LXC/DOCKER exclusive CPU By default the cpuset cgroup is using exclusive CPU/MEM. When Docker container is initialized a new cgroup /docker or /lxc is created under cpuset parent tree. This newly created cgroup is inheriting parent setting for cpu/mem exclusive parameter and thus cannot be overriden within /docker or /lxc cgroup. This patch is supposed to set cpu/mem exclusive parameter for both parent and subgroup. Change-Id: I14b44db3f77c842756ec78aa60df7aca508d9545 Signed-off-by: Peter Mikus ---