From 7e3fb2e06bf55d308ed6a4bb2ffaf3702bc1304b Mon Sep 17 00:00:00 2001 From: Shawn Landden Date: Thu, 5 Dec 2013 23:43:54 -0800 Subject: [PATCH] specific kernel config Upstream-commit: a69bb25820df8951151c8c6cb5952ba5496463db Component: engine --- .../docs/sources/installation/kernel.rst | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/components/engine/docs/sources/installation/kernel.rst b/components/engine/docs/sources/installation/kernel.rst index 07ec09042f..b2cf4f1479 100644 --- a/components/engine/docs/sources/installation/kernel.rst +++ b/components/engine/docs/sources/installation/kernel.rst @@ -111,3 +111,40 @@ And replace it by the following one:: GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1" Then run ``update-grub``, and reboot. + +Details +------- + +Networking: + +- CONFIG_BRIDGE +- CONFIG_NETFILTER_XT_MATCH_ADDRTYPE +- CONFIG_NF_NAT +- CONFIG_NF_NAT_IPV4 +- CONFIG_NF_NAT_NEEDED + +LVM: + +- CONFIG_BLK_DEV_DM +- CONFIG_DM_THIN_PROVISIONING +- CONFIG_EXT4_FS + +Namespaces: + +- CONFIG_NAMESPACES +- CONFIG_UTS_NS +- CONFIG_IPC_NS +- CONFIG_UID_NS +- CONFIG_PID_NS +- CONFIG_NET_NS + +Cgroups: + +- CONFIG_CGROUPS + +Cgroup controllers (optional but highly recommended): + +- CONFIG_CGROUP_CPUACCT +- CONFIG_BLK_CGROUP +- CONFIG_MEMCG +- CONFIG_MEMCG_SWAP