summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-07-06 14:00:00 +0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-13 12:40:38 +0000
commitcc25d8efd8d5ab03e8d0db2bd456ff0060e781ad (patch)
tree633f1a0dc19ec0dd6c3f7fdc179560cc0093fc7e
parent55b15a06e5e3b7ab30b31f815f9753d059299b8c (diff)
downloadmeta-virtualization-cc25d8efd8d5ab03e8d0db2bd456ff0060e781ad.tar.gz
lxc: drop RT_GROUP_SCHED
The group scheduling options in the lxc fragment were initially used to support performance guaranteed systems using containers. This option now causes issues with systemd runtimes and the original feature it implemented is no longer relevant Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-yocto/lxc.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-yocto/lxc.cfg b/recipes-kernel/linux/linux-yocto/lxc.cfg
index 3fefc034..e195c15b 100644
--- a/recipes-kernel/linux/linux-yocto/lxc.cfg
+++ b/recipes-kernel/linux/linux-yocto/lxc.cfg
@@ -4,7 +4,6 @@ CONFIG_PROC_PID_CPUSET=y
4CONFIG_MEMCG=y 4CONFIG_MEMCG=y
5CONFIG_CGROUP_SCHED=y 5CONFIG_CGROUP_SCHED=y
6CONFIG_FAIR_GROUP_SCHED=y 6CONFIG_FAIR_GROUP_SCHED=y
7CONFIG_RT_GROUP_SCHED=y
8CONFIG_CHECKPOINT_RESTORE=y 7CONFIG_CHECKPOINT_RESTORE=y
9CONFIG_NAMESPACES=y 8CONFIG_NAMESPACES=y
10CONFIG_UTS_NS=y 9CONFIG_UTS_NS=y