X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fconfiguration.xml;h=3e48568e20aae47968046d97f093ee04c99bca67;hb=6bf3be76ddf5222618e57cbb40b0dfcac148aa81;hp=16e32242f928b007810a08a4e2ff76e5831c0a07;hpb=c6b6501baad7853eab4109df1fde398a7303cc13;p=util-vserver.git diff --git a/doc/configuration.xml b/doc/configuration.xml index 16e3224..3e48568 100644 --- a/doc/configuration.xml +++ b/doc/configuration.xml @@ -305,6 +305,51 @@ interface will be executed. The default /etc/resolv.conf file. + + + +This directory contains cgroup settings which should be applied to all guests. +See your kernel documentation for what settings are valid with your +configuration. + + + +The directory to mount the cgroup hierarchy at. The default is /dev/cgroup. + + + + +List of subsystems to enable on the cgroup mount point. The default is "all". + + + + +Some subsystems start out with clean slates, making it impossible to use the +cgroup before certain things have been set. This is true for e.g. the cpuset +subsystem. This file contains a list of filenames which should be explicitly +inherited from the parent (root) cgroup, if not overridden elsewhere. +The default is cpuset.cpus and cpuset.mems. + + + + +If this file exists, all guests will be put in one cgroup named after the +contents of this file. The default is to put each guest in a cgroup named the +same thing as the guest. + + + + +If this file exists, all cgroups will be created underneath this directory +in the cgroup mount point. + + + + +If this file exists, each subsystem will have its own mount point. + + + @@ -581,51 +626,17 @@ is the personality-type followed by flags (one item per line). See values. - + Contains per line a flag. See lib/cflags-v13.c for possible values. - + + + +Old name for cflags. Deprecated. + @@ -1610,5 +1621,38 @@ Puts the guest in a cpuset. Required entries are name, cpus and mems. Contains a mask of spaces to clone/enter + + + + The IO scheduling class to use for this guest (see ionice(1)). + + + The IO scheduling priority to use for this guest (see ionice(1)). + + + + + +This directory contains cgroup settings to be applied to this guest. +See your kernel documentation for what settings are valid with your +configuration. + + + +If this file exists, the guest will be put in a cgroup named after the +contents of this file. The default is to name the cgroup the same thing as the +guest, unless +.defaults/cgroup/name says +otherwise. + + + + + +If this file exists, +.defaults/cgroup will be ignored +for this guest. + +