X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fconfiguration.xml;h=413305297aec8dbc0a0f62e4e9abd7f4d2394e48;hb=e43cea82e4ad142e96689656d952d7f3c2f8c68b;hp=9ce06f00d2134cf13aa9af43ab17550eb5bc7e33;hpb=f32bc7966248cb1b9f3c535669db577cd022c369;p=util-vserver.git diff --git a/doc/configuration.xml b/doc/configuration.xml index 9ce06f0..4133052 100644 --- a/doc/configuration.xml +++ b/doc/configuration.xml @@ -305,6 +305,41 @@ 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. + + + + +Comma-separated 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. + + + @@ -581,51 +616,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. + @@ -1382,6 +1383,11 @@ not a group name. Sets the link type of tun/tap interfaces. + + +Sets the peer for a point-to-point link, such as a tun interface. + + @@ -1605,5 +1611,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. + +