Skip to content

Commit

Permalink
app-emulation/lxc: Add MEMCG to config checks
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/735132
Signed-off-by: Stephen Bosch <[email protected]>
Closes: gentoo#17000
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
pajot authored and juippis committed Aug 5, 2020
1 parent 700f2ea commit 22571aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-emulation/lxc/lxc-4.0.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ PDEPEND="templates? ( app-emulation/lxc-templates )"
CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE
~CPUSETS ~CGROUP_CPUACCT
~CGROUP_SCHED
~MEMCG
~NAMESPACES
~IPC_NS ~USER_NS ~PID_NS
Expand All @@ -55,6 +56,7 @@ ERROR_VETH="CONFIG_VETH: needed for internal (host-to-container) networking"
ERROR_MACVLAN="CONFIG_MACVLAN: needed for internal (inter-container) networking"
ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE: needed for lxc-execute command"
ERROR_NETPRIO_CGROUP="CONFIG_NETPRIO_CGROUP: as of kernel 3.3 and lxc 0.8.0_rc1 this causes LXCs to fail booting."
ERROR_MEMCG="CONFIG_MEMCG is not set. This is needed for memory resource control in containers."

DOCS=( AUTHORS CONTRIBUTING MAINTAINERS NEWS README doc/FAQ.txt )

Expand Down

0 comments on commit 22571aa

Please sign in to comment.