From baa877aaee53c2196f9df577f108c06a0dfb3339 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 13 Mar 2015 09:18:10 -0600 Subject: [PATCH] Add CONFIG_CPUSETS to check-config.sh See also https://bugs.gentoo.org/show_bug.cgi?id=536546: ```console $ docker run learn/tutorial echo "hello world" FATA[0001] Error response from daemon: Cannot start container 1d0c0ca5cc7f39a271ec40c1479a80bffb7190fab97392b3453a1fc0b2dc8e78: mountpoint for cpuset not found ``` Signed-off-by: Andrew "Tianon" Page Upstream-commit: 03de73a5e075e16656f5399f1957f7190f7bdc44 Component: engine --- components/engine/contrib/check-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/contrib/check-config.sh b/components/engine/contrib/check-config.sh index 0d5d70c9cd..ac5df62c26 100755 --- a/components/engine/contrib/check-config.sh +++ b/components/engine/contrib/check-config.sh @@ -138,7 +138,7 @@ fi flags=( NAMESPACES {NET,PID,IPC,UTS}_NS DEVPTS_MULTIPLE_INSTANCES - CGROUPS CGROUP_CPUACCT CGROUP_DEVICE CGROUP_FREEZER CGROUP_SCHED + CGROUPS CGROUP_CPUACCT CGROUP_DEVICE CGROUP_FREEZER CGROUP_SCHED CPUSETS MACVLAN VETH BRIDGE NF_NAT_IPV4 IP_NF_FILTER IP_NF_TARGET_MASQUERADE NETFILTER_XT_MATCH_{ADDRTYPE,CONNTRACK}