X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fconfiguration.xml;h=16e32242f928b007810a08a4e2ff76e5831c0a07;hb=b578183dad15aab7982139cd6231a90d7cc7dcfb;hp=7367b9d02710478030e9c69461a4deec1e364c7b;hpb=781214f92e4430e819906c698723e66f5def8883;p=util-vserver.git diff --git a/doc/configuration.xml b/doc/configuration.xml index 7367b9d..16e3224 100644 --- a/doc/configuration.xml +++ b/doc/configuration.xml @@ -666,6 +666,11 @@ called as chbind <options> mount .... See fstab also. + + +Contains the bias to be applied to processes in this guest when the OOM-killer strikes. + + @@ -780,7 +785,34 @@ pair per line. - + + + + 'x' is an arbitrary name, replace it with e.g. device names + + When this file exists, the device can be opened + + + When this file exists, the device can be created (if the guest has CAP_MKNOD) + + + +When this file exists, target will +have to exist as well and opening the device will in fact open the target device + + + + This file will let you specify unimplemented flags manually + + + Contains the name of a device node + + + Contains the device node of the target node to open instead of the device when remap is set + + + + 30 @@ -1221,7 +1253,10 @@ The name of the current vserver. - The default broadcast address. + The guest's broadcast address. + + + The guest's loopback address. The default network device. See iface/dev for more information. @@ -1265,9 +1300,6 @@ numbers like '00' are good names for these directories. The IP address which will be assigned to this interface. - - The broadcast address. - The network device. When this is specified, the IP address will be assigned and removed when starting and stopping the guest. @@ -1309,6 +1341,52 @@ When this file exists, the steps which setup and destroy a VLAN interface will be executed. + + +When this file exists, a tun interface will be created when the guest +starts, and removed when the guest stops. + + + + +When this file exists, a tap interface will be created when the guest +starts, and removed when the guest stops. + + + + +If a tun or tap interface is created, the presence of this file will +disable checksumming on it. + + + + +When this file exists, the tun/tap interface created will not be +owned by this particular guest. + + + + +Sets the ownership of tun/tap interfaces. Requires a user id, not a +username. + + + + +Sets the group ownership of tun/tap interfaces. Requires a group id, +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. + + @@ -1399,7 +1477,11 @@ tools and can *not* be modified. - + +Note that all entries are required for the disk limit to be applied. + + + 'x' is an arbitrary name, replace it with e.g. integers The directory to which the limit should be applied @@ -1428,6 +1510,9 @@ tools and can *not* be modified. + +Puts the guest in a cpuset. Required entries are name, cpus and mems. + The name of the cpuset for this vserver @@ -1513,5 +1598,17 @@ tools and can *not* be modified. + + + + Enables pid virtualization for this guest + + + Enable network virtualization for this guest + + + Contains a mask of spaces to clone/enter + +