X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fdoc%2Fconfiguration.xml;h=8866b7a4d0058369cff13b1c063a9911d3293203;hb=faa778968d1a7dfeaebc9fe4b847e691dc62fd15;hp=9e45e47b17bce9120703f7fd453f78a42ade977b;hpb=b2da507f5212c17669b91f7558b7ae8f7315eb83;p=util-vserver.git diff --git a/util-vserver/doc/configuration.xml b/util-vserver/doc/configuration.xml index 9e45e47..8866b7a 100644 --- a/util-vserver/doc/configuration.xml +++ b/util-vserver/doc/configuration.xml @@ -18,6 +18,13 @@ A link to the default vserver rootdirectory. + + /var/cache/vservers + +A link to the directory which will hold cached information about +vservers. + + @@ -283,8 +290,16 @@ this distribution. The configuration directory for the vserver vserver-name. + + + ../.defaults/cachebase/VSERVERNAME + +Path of the storage area for cached information about this vserver. + + + ../.defaults/vdirbase/VSERVERNAME Path of the vserver root directory @@ -342,6 +357,9 @@ a running process consumes one token from the bucket, unless the bucket is empty. If the bucket is empty the process is put in the hold queue. When the bucket has been refilled to at least M tokens, all on hold processes are rescheduled. + +See the Linux +VServer Wiki for more information about this file. @@ -414,6 +432,7 @@ Contains per line a flag. See lib/cflags-v13.c for possible values. + @@ -732,7 +752,8 @@ environment variable must be set by one of the in-shellcontext scripts The scriptlet which will be executed before the network-interfaces are -enabled and the directories are mounted." +enabled and the directories are mounted. Before executing the script, +the configuration directory will be made the working directory. @@ -754,7 +775,8 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). -Repository of prepre-start like scripts +Repository of prepre-start like scripts. Before executing the script, +the configuration directory will be made the working directory. See prepre-start. @@ -782,7 +804,8 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). The scriptlet which will be executed after network-interfaces were enabled and the directories mounted, but before the vserver itself has -been started. +been started. Before executing the script, the vserver root directory +will be made the working directory. @@ -804,7 +827,8 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). -Repository of pre-start like scripts +Repository of pre-start like scripts. Before executing these scripts, +the vserver root directory will be made the working directory. See pre-start. @@ -829,7 +853,9 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). -The scriptlet which will be executed after the vserver has been started. +The scriptlet which will be executed after the vserver has been +started. Before executing the script, the vserver root directory +will be made the working directory. @@ -846,7 +872,10 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). - Repository of post-start like scripts + +Repository of post-start like scripts. Before executing these scripts, +the vserver root directory will be made the working directory. + See post-start. @@ -868,7 +897,9 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). -The scriptlet which will be executed before the vserver will be stopped. +The scriptlet which will be executed before the vserver will be +stopped. Before executing the script, the vserver root directory +will be made the working directory. @@ -886,7 +917,8 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). -Repository of pre-stop like scripts +Repository of pre-stop like scripts. Before executing the script, the +vserver root directory will be made the working directory. See pre-stop. @@ -910,7 +942,8 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). The scriptlet which will be executed after the vserver has been stopped, but before the directories will be umounted and the the -interfaces disabled. +interfaces disabled. Before executing the script, the vserver root +directory will be made the working directory. @@ -927,7 +960,10 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). - Repository of post-stop like scripts + +Repository of post-stop like scripts. Before executing the script, the +vserver root directory will be made the working directory. + See post-stop. @@ -949,7 +985,8 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). The scriptlet which will be executed after the vserver has been stopped -completely. +completely. Before executing the script, the vserver root directory +will be made the working directory. @@ -966,7 +1003,10 @@ The fixed value of the current action (e.g. 'prepre-start', 'post-stop'...). - Repository of postpost-stop like scripts + +Repository of postpost-stop like scripts. Before executing the script, +the vserver root directory will be made the working directory. + See postpost-stop. @@ -1048,6 +1088,13 @@ already. This can be used to assign primary interfaces which are created by the host or another vserver. + + +When this file exists, the steps which setup and destroy a VLAN +interface will be skipped. This flag should be set when a VLAN +interface is used by multiple vservers or by the host. + + @@ -1136,5 +1183,22 @@ tools and can *not* be modified. The NIS domainname of the vserver + + + + + The directory to which the limit should be applied + + + The amount of inodes this vserver should be limited to + + + The amount of space this vserver should be limited to (measured in blocks of 1024 bytes) + + + How much space (percentage-wise) should be reserved for the root user + + +