Skip to content

Instantly share code, notes, and snippets.

Created February 27, 2014 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9247610 to your computer and use it in GitHub Desktop.
Save anonymous/9247610 to your computer and use it in GitHub Desktop.
stdin
Checking Networking:
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y
Checking LVM:
CONFIG_BLK_DEV_DM_BUILTIN=y
CONFIG_BLK_DEV_DM=y
CONFIG_DM_THIN_PROVISIONING=y
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
Checking Namespaces:
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
Checking Cgroups:
CONFIG_CGROUPS=y
Checkin gCgroup controllers (optional but highly recommended):
CONFIG_CGROUP_CPUACCT=y
CONFIG_BLK_CGROUP=y
Running lxc-checkconfig:
--- Namespaces ---
Namespaces: enabled
Utsname namespace: enabled
Ipc namespace: enabled
Pid namespace: enabled
User namespace: missing
Network namespace: enabled
Multiple /dev/pts instances: missing

--- Control groups ---
Cgroup: enabled
Cgroup namespace: required
Cgroup device: missing
Cgroup sched: missing
Cgroup cpu account: enabled
Cgroup memory controller: missing
Cgroup cpuset: missing

--- Misc ---
Veth pair device: missing
Macvlan: missing
Vlan: enabled
File capabilities: enabled

Note : Before booting a new kernel, you can check its configuration
usage : CONFIG=/path/to/config /usr/bin/lxc-checkconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment