Changes

Jump to: navigation, search

Vzctl for upstream kernel

45 bytes added, 12:55, 15 August 2012
more subsections
* <code>stop</code>. A container can be stopped from inside (say if one is connected to CT over ssh) in case the underlying kernel supports rebooting a PID namespace (> 3.4). Using vzctl, the "stop" command is not supported, unless accompanied by the --fast switch, which will simply forceably kill all processes in the container.
=== /proc and /sys ===
Software that depend on information supplied by the proc filesystem may not work correctly, since there is not a full solution for full /proc virtualization. For instance, /proc/stat is not yet virtualized, and top will show distorted values.
 
=== Resource management ===
Setting resources like --physpages and --cpuunits work, but there their effect is dependent on what the current kernel supports, through the cgroups subsystem. When a particular cgroup file is present, it will be used. Currently, vzctl will search for the following files:
** cpu.cfs_quota_us** cpu.shares** cpuset.cpus** memory.limit_in_bytes** memory.memsw.limit_in_bytes** memory.kmem.limit_in_bytes** memory.kmem.tcp.limit_in_bytes
=== Other binaries ===

Navigation menu